Added function to return current Date#45
Added function to return current Date#45jogravila wants to merge 1 commit intoarduino-libraries:masterfrom
Conversation
|
|
There was a problem hiding this comment.
Thanks for your pull request @jogravila. I don't think it is a good idea to add a function that returns an arbitrary ambiguous date format (DD/MM/YYYY) since this would only be useful to those who happen to prefer that format (unfortunately there is an inconsistency in how dates are formatted from one locale to another and from one individual to another), and potentially confusing to those who are accustomed to another format.
If such a function is to be added, it should either support returning the date in any user specified format as proposed in #94 and #207, or else use an ISO 8601 standard format as proposed in #119 and #195
Created function to return current Date