Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
4.5.3
-
None
-
None
Description
The date control contains properties dateFormat, timeFormat, jsDateFormat and jsTimeFormat.
These values are ignored by the control. When checking the source code DialogDate.java, it was implemented in 4.4.7:
String format = this.getConfigValue("dateFormat", "yyyy-MM-dd");
but in 4.5 the function was removed:
String format = "yyyy-MM-dd"; //$NON-NLS-1$
Why is that? We need to customise the time (remove the seconds).
Checklists
Acceptance criteria
Attachments
Issue Links
- is cloned by
-
MGNLADMLEG-5 CLONE - dateFormat and timeFormat doesn't work for control date
-
- Closed
-
- is related to
-
MAGNOLIA-3560 Hardcoded date format in DialogDate
-
- Closed
-
-
MAGNOLIA-4497 Date Control: timeFormat and jsTimeFormat not working
-
- Closed
-