| Issue 688: | parseTime fails to parse time in HH:mm format | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hello, The parseTime function uses parseInt without specifying the radix, e.g. parseInt(xxx, 10). This causes "08" to be parsed as 0, which is of course wrong. Many more functions in the code use parseInt without radix and thus suffer from the same bug.
Jan 2, 2011
this is fixed in 1.4.10, just released. thanks
Status:
Fixed
Aug 13, 2013
(No comment was entered for this change.)
Status:
Implemented
Aug 13, 2013
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |
Labels: Type-Defect