Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

[JS] Implement localized datepicker for date fields #129

Open
alariva opened this issue Nov 14, 2016 · 0 comments
Open

[JS] Implement localized datepicker for date fields #129

alariva opened this issue Nov 14, 2016 · 0 comments

Comments

@alariva
Copy link
Member

alariva commented Nov 14, 2016

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:

datepicker-example

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.