captbaritone / captbaritone/datejs
The ordinal suffix format specifier doesn't work.
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. console.log(new Date().toString("dS"));
What is the expected output? What do you see instead?
Today the output should be "28th", but instead it's "28S".
What version of the product are you using? On what operating system?
* Version: 1.0 Alpha-1
* Build Date: 13-Nov-2007
Please provide any additional information below.
The S is documented here: http://code.google.com/p/datejs/wiki/FormatSpecifiers
```
Original issue reported on code.google.com by `iangilman` on 28 Mar 2012 at 8:29
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.