captbaritone / captbaritone/datejs
Date.parseExact("20120912", "yyyyMMdd") does not work
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1. Use date-en-AU.js
2. run Date.parseExact("20120912", "yyyyMMdd")
What is the expected output? What do you see instead?
I expect it to parse!
What version of the product are you using? On what operating system?
* @version: 1.0 Alpha-1
* @author: Coolite Inc. http://www.coolite.com/
* @date: 2008-05-13
Please provide any additional information below.
Date.parseExact("20110912", "yyyyMMdd") and Date.parseExact("20130912",
"yyyyMMdd") works but 2012 does not!
```
Original issue reported on code.google.com by `drew.fre...@gmail.com` on 12 Sep 2012 at 6:34
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.