Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.5
-
None
Description
Steps to reproduce:
1. Create TextField
2. Add DatePicker with yy for year (en_US locale, SHORT format, for example).
3. Set some date to textfield
4. Open page (year is correctly shown with two digits)
5. Click datepicker icon
Expected: year is still 2-digit
Actual: year becomes 4-digit
Attachments
Attachments
Issue Links
- duplicates
-
WICKET-2767 DatePicker Calendar: wrong year format when 4 digits are used (yyyy), e.g. 2010 --> 0010
- Resolved
-
WICKET-2773 yui DatePicker based wicket component truncates years to the 0-99 interval even if 'yyyy' is set as year pattern
- Resolved
- relates to
-
WICKET-2427 substituteDate function doesn't respect date pattern
- Resolved