Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace jQueryUI datepicker with native date inputs #43

Closed
cmb69 opened this issue Jan 13, 2019 · 0 comments
Closed

Replace jQueryUI datepicker with native date inputs #43

cmb69 opened this issue Jan 13, 2019 · 0 comments

Comments

@cmb69
Copy link
Owner

cmb69 commented Jan 13, 2019

Support for date input controls is quite good nowadays, and since we're heading to get rid of jQueryUI altogether (#42), these are the most sensible replacement.

This change introduces a BC break regarding the hooks, however, since the value of date input controls is always in ISO-8061 format (YYYY-MM-DD), so existing hooks which deal with date fields will have to be adapted accordingly.

The same BC break applies to default values, which have to be changed to ISO-8061 format (YYYY-MM-DD).

@cmb69 cmb69 added this to the 2.0 milestone Jan 13, 2019
cmb69 added a commit that referenced this issue Jan 13, 2019
The internal date format is now always ISO-8061 (`YYYY-MM-DD`).  The
display format of the date input controls is controlled by the browser.
Otherwise, the `date_format` of the current language is used to format
with `date()`.
cmb69 added a commit that referenced this issue Jan 13, 2019
The internal date format is now always ISO-8061 (`YYYY-MM-DD`).  The
display format of the date input controls is controlled by the browser.
Otherwise, the `date_format` of the current language is used to format
with `date()`.
@cmb69 cmb69 closed this as completed in 2af5d80 Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant