captbaritone / captbaritone/datejs

Not parsing MMM for Apr and Aug

Open
#84 0 comments 0 reactions 0 assignees View on GitHub
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. Date.parse("15 Aug 2009")
2. Date.parse("15 Apr 2009")
3.

What is the expected output? What do you see instead?
Expected:Wed Apr 15 2009 00:00:00 GMT+1100 (AUS Eastern Daylight Time)
Actual:Wed Apr 01 2009 00:00:00 GMT+1100 (AUS Eastern Daylight Time)
NB the day portion of the date says 01 not 15

What version of the product are you using? On what operating system?
1.0 Alpha-1
XP,Fir2fox3

Please provide any additional information below.
Seems to be just a problem with parsing the months starting with A, I
assume this is something to do with it interfering with the time parsing
and looking for an "a" token for AM. Just a guess though.

```

Original issue reported on code.google.com by `michael....@gmail.com` on 11 Aug 2009 at 9:17

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.