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 Mar 20, 2024. It is now read-only.
Date fields should be helped with a JS datepicker component.
However, so far the implementation approaches have brought problems with localization and date format.
English date format m/d/yyyy
Spanish date format d/m/yyyy
The user should be able to view and pick dates in his preferred (familiar) format according to the localization language. Then the dates should be translated accordingly for form submissions.
Example of desired result:
The text was updated successfully, but these errors were encountered:
Date fields should be helped with a JS datepicker component.
However, so far the implementation approaches have brought problems with localization and date format.
m/d/yyyy
d/m/yyyy
The user should be able to view and pick dates in his preferred (familiar) format according to the localization language. Then the dates should be translated accordingly for form submissions.
Example of desired result:
The text was updated successfully, but these errors were encountered: