Issue Type: Bug Bug
Affects Versions: 4.5.3
Assignee: Milan Divilek
Created: 05/Apr/13 9:34 AM
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).

Fix Versions: 4.5.9
Project: Magnolia
Priority: Neutral Neutral
Reporter: Ola Montan
Security Level: Public
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to