Current ParameterHelper implementation used yyyy-MM-dd'T'HH:mm JDK date format.
Using ISO8601 allows to benefits from seconds, milliseconds and time zone.
Moreover Extjs has builtin support:
Date.parseDate('2008-04-24T18:53:56.9286545+01:00', 'c');
This update breaks backward-compatibility as parsing date saved with the old format will fail
- Est référencé par
-
RUNTIME-264 Use our own I18NTransformer for parsing by default ISO8601 date
-
- Closed
-
[RUNTIME-263] Use ISO8601 date format in ParameterHelper
Assignee | Original: Sébastien Launay [ yabon ] | |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: jira [ 11920 ] | New: Ametys [ 12690 ] |
Link |
New:
This issue Est référencé par |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Modified in revision 570 using joda-time (http://joda-time.sourceforge.net/userguide.html#Input_and_Output).