Changes between Version 1 and Version 2 of Ticket #30819
- Timestamp:
- Sep 30, 2019, 6:42:11 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30819 – Description
v1 v2 4 4 5 5 Instead of showing year 2019, it shows year 1919. 6 If I changed the locale to `en`, the datepicker will display the correct year (2019). 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 FORMATE_MODULE_PATH. 8 Therefore, my workaround for this problem is to use 4 digits year for that locale by configuring FORMATE_MODULE_PATH. Now datepicker shows the correct year. 9 9 10 However, it is quite clear that there is a bug in the datepicker display .10 However, it is quite clear that there is a bug in the datepicker display that happens when two digits year format is used.