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
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:
From ngn-core created by coreybutler : ngnjs/ngn-core#12
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: