-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Caused by: java.lang.NumberFormatException: For input string: "00 AM" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:456) at java.lang.Integer.parseInt(Integer.java:497)
See if we can forced the time format of the extjs widget
- Dépend de
-
RUNTIME-551 Save TimeField hour value on 2 digit (00 to 23)
-
- Closed
-
[CMS-2360] [Mail alert] Error when the date is set in english
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link |
New:
This issue Dépend de |
Assignee | New: Nicolas Gavalda [ ngavalda ] |
Description |
Original:
{noformat}
Caused by: java.lang.NumberFormatException: For input string: "00 AM" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:456) at java.lang.Integer.parseInt(Integer.java:497) {noformat} See if you forced the time format of the extjs widget |
New:
{noformat}
Caused by: java.lang.NumberFormatException: For input string: "00 AM" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:456) at java.lang.Integer.parseInt(Integer.java:497) {noformat} See if we can forced the time format of the extjs widget |