KrishRam89 / jquery-events-calendar

Automatically exported from code.google.com/p/jquery-events-calendar
0 stars 0 forks source link

IE <8 parseint error #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
sorry... yet open...

Original comment by giacomo....@gmail.com on 28 May 2013 at 3:34