captbaritone / captbaritone/datejs
Date.parse cannot parse "yyyy-MM-dd" properly
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1. just try in the console: Date.parse("2013-10-09")
What is the expected output? What do you see instead?
It will return the 10th of september rather than the 9th of october
What version of the product are you using? On what operating system?
1.0 Alpha-1, date 2008-05-13
Please provide any additional information below.
It seems the format is not specified in the g._formats call...
```
Original issue reported on code.google.com by `leandro....@gmail.com` on 17 Dec 2012 at 2:24
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.