captbaritone / captbaritone/datejs
Date constructor is not working in chrome properly
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.