Changes between Version 2 and Version 3 of Ticket #30819


Ignore:
Timestamp:
Sep 30, 2019, 6:48:02 PM (5 years ago)
Author:
Aldian Fazrihady
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30819 – Description

    v2 v3  
    66If 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.
    77
    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.
     8Therefore, 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.
    99
    1010However, it is quite clear that there is a bug in the datepicker display that happens when two digits year format is used.
Back to Top