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
Currently our workflow is to remove time from the output, because Datepicker attaches a timezone.
This causes an issue when saving to a database, because we're treating the react-day-picker as a "date picker" and not a "datetime picker"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently our workflow is to remove time from the output, because Datepicker attaches a timezone.
This causes an issue when saving to a database, because we're treating the react-day-picker as a "date picker" and not a "datetime picker"
Here our workflow:
since this react-day-picker doesn't allow you to choose time, it'll be helpful to remove time and timezone in the output
Beta Was this translation helpful? Give feedback.
All reactions