stevenwy / datejs

Automatically exported from code.google.com/p/datejs
0 stars 0 forks source link

Date constructor is not working in chrome properly #171

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I'm passing values to date constructor as below,

new Date("5/0/2014").

So Ideally it should return me below value

Wed Apr 30 2014 00:00:00 GMT+0530 (India Standard Time).

Where as it is returning Invalid date and the same code is working fine in IE 
and FireFox.

My Chrome Version:  26.0.1410.64 m

Operating System : Windows XP

Please let me know where is the issue? 

Original issue reported on code.google.com by arunvell...@gmail.com on 19 Apr 2013 at 9:03