-
Notifications
You must be signed in to change notification settings - Fork 383
how to retrieve dayOfWeek, day, month, year? #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This for Day, Month and Year: Edit: |
tbh, the split function of formatted date is quite complicated in order to get dayOfWeek, day, month, year in exactly that order additionally to time (hours, minutes, seconds, perhaps millisec)
|
@dsyleixa dedicated direct-call functions are available Please refer that. |
what do you want to express? |
I'd also like to get day/month/year functions, as that would allow to implement daylight saving properly (as that actually follows quite simple rules in most places). Also for other use cases these might be convenient. PS: #94 would address this topic, for example. |
how to retrieve dayOfWeek, day, month, year?
(either using Unix time string or via extra functions, feat time zone offsets)
an example sketch shipping with this lib would be highly appreciated!
The text was updated successfully, but these errors were encountered: