captbaritone / captbaritone/datejs
en_GB parses '2009 03 09' (and similar) incorrectly
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
'2009 03 09' as an input to parse() returns '2009 09 03', ie it interprets
the day as the month and vice versa. If a day greater than 12 is used, ie
'2009 03 31', it parses correctly.
```
Original issue reported on code.google.com by `andy...@gmail.com` on 10 Feb 2009 at 2:10
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.