captbaritone / captbaritone/datejs
datejs.com using newer version than what is available for download. (New version Fixes 12 PM parse issue)
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1. Download date.js referenced in datejs.com html source
(datejs.com/build/date.js).
2. Download date.js offered at code.google.com/p/datejs/downloads/list
3. Compare Versions (date.js from datejs.com is newer)
Please update code.google.com/p/datejs/downloads/list to offer the newest
most stable version of date.js. (Fixes "12/08/09 12P" parse issue)
date.js from code.google.com/p/datejs/downloads/list has Build Date 13-Nov-2007
date.js referenced from datejs.com has Build Date: 2008-05-13
Both files are defined as having version "1.0 Alpha-1" however testing
shows that parsing string "12/08/09 12P" with date.js from datejs.com does
not result in null (parse error or invalid date) but does from date.js
downloaded from code.google.com/p/datejs/downloads/list.
In addition: date.js downloaded from
code.google.com/p/datejs/downloads/list has appears to be a windows
formated file (^M line terminators) where date.js from datejs.com
```
Original issue reported on code.google.com by `cdf6...@gmail.com` on 20 Nov 2009 at 6:47
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.