Changes between Version 1 and Version 2 of Ticket #30819


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30819 – Description

    v1 v2  
    44
    55Instead of showing year 2019, it shows year 1919.
    6 If I changed the locale to `en`, the datepicker will display the correct year (2019).
     6If 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.
     8Therefore, 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.
    99
    10 However, it is quite clear that there is a bug in the datepicker display.
     10However, 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