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 Sep 22, 2020. It is now read-only.
Dates are complicated enough to warrant special processing. They can be received in all manners that aren't technically JS dates, and they often need conversion to a locale, UTC, or GMT. These types of fields should be supported, with as much automatic detection as possible.
When something cannot be parsed into a proper JS date, make sure a warning event is triggered.
The text was updated successfully, but these errors were encountered:
Dates are complicated enough to warrant special processing. They can be received in all manners that aren't technically JS dates, and they often need conversion to a locale, UTC, or GMT. These types of fields should be supported, with as much automatic detection as possible.
When something cannot be parsed into a proper JS date, make sure a warning event is triggered.
The text was updated successfully, but these errors were encountered: