You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
Is there any special reason why only datetime is supported but not date (or time)? I think there are quite a few cases where one just needs date information but no time. And it would be cleaner to get a date object from a document than a datetime with useless time information.
The text was updated successfully, but these errors were encountered:
Due to the dealbreaker-type bug mentioned in #7 I have to consider using something else altogether... If you can provide a fix/workaround for that I'll be glad to submit a PR for this feature here!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there any special reason why only
datetime
is supported but notdate
(ortime
)? I think there are quite a few cases where one just needs date information but no time. And it would be cleaner to get a date object from a document than a datetime with useless time information.The text was updated successfully, but these errors were encountered: