What steps will reproduce the problem?
1. human readable date in ie <8
The parsing of the date miss of the base so the string between 01 and 09 are
converted in octal system because of the leading zero.
in the parseint() is necessary the base:
parseInt('09', 10);
Original issue reported on code.google.com by giacomo....@gmail.com on 28 May 2013 at 3:33
Original issue reported on code.google.com by
giacomo....@gmail.com
on 28 May 2013 at 3:33