Changes between Version 2 and Version 3 of Ticket #30819
- Timestamp:
- Sep 30, 2019, 6:48:02 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30819 – Description
v2 v3 6 6 If I changed the locale to `en`, the datepicker will display the correct year (2019). I also noticed that `en` by default uses 4 digits year in input fields. 7 7 8 Therefore, my workaround for this problem is to use 4 digits year for that locale by configuring FORMAT E_MODULE_PATH. Now datepicker shows the correct year.8 Therefore, my workaround for this problem is to use 4 digits year for that locale by configuring FORMAT_MODULE_PATH. Now datepicker shows the correct year. 9 9 10 10 However, it is quite clear that there is a bug in the datepicker display that happens when two digits year format is used.