Date Extensions Module for Local Date/Time #5536
Replies: 1 comment
-
Posted at 2016-12-16 by @gfwilliams Thanks! Looks good - I'll try and get this in. In future, is is possible to issue a Pull Request on the main EspruinoDocs repository so I can just click to merge rather than copying the files in? It also keeps the fact that you were the author in the Git History. Posted at 2016-12-16 by CanyonCasa Ha. If I could figure it out I would. Posted at 2016-12-17 by CanyonCasa @gfwilliams, Made a pull request with latest files. Hopefully I did it right. Posted at 2016-12-19 by @gfwilliams Yes - looks good - thanks! What's up with the HTxx and DHTxx modules though? I'm really trying hard not to have duplicate modules where they're not needed - if there's some problem with the existing ones or they are lacking somehow, please can we try and fix those? If some new user comes along wanting to connect their sensor, it just makes it very difficult for them to know which module they should use. Posted at 2016-12-19 by CanyonCasa Did not intend for those old modules to be included. I thought the pull request just included the last six files, i.e. last commit. I'll have to figure out how to get rid of those from my branch. Posted at 2016-12-20 by @gfwilliams It's ok, I've just merged it manually and removed those files - thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-12-15 by CanyonCasa
Here is a module for extending the Date prototype to support local date and time functions...
https://github.com/CanyonCasa/EspruinoModules/blob/master/DateExt.js
See documentation...
https://github.com/CanyonCasa/EspruinoModules/blob/master/DateExt.md
@gfwilliams,
Addresses issue espruino/EspruinoTools#17, reference http://forum.espruino.com/conversations/273108/#comment12652658
Beta Was this translation helpful? Give feedback.
All reactions