date-format.md
November 23, 2014 · View on GitHub
Date Format
new Date() ⟹ Oct 23, 2014, 9:00:00 AM
| ECMA-402 Native | Globalize jquery/globalize | iLib | |
|---|---|---|---|
| Date-only Format | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Time-only Format | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Date/Time Format | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Choice of Time or Date Components | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Stand-alone vs. Integrated 01 января vs. 01 январь | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Calendars | TODO: which? | gregorian | gregorian, hebrew, islamic, persian, thaisolar (buddhist) |
| Time Zone Support | :heavy_check_mark: | :heavy_check_mark: | |
| Numeric numbering systems latin (0123...), arabic (٠١٢٣...), thai (๐๑๒๓...) | :heavy_check_mark: | :heavy_check_mark: | |
| Algorithmic numbering systems / RBNF roman, gregorian | :grey_question: | :heavy_check_mark: |
Date-only Format
TBD
Time-only Format
TBD
Date/Time Format
TBD
Choice of Time or Date Components
TBD
Stand-alone vs. Integrated
TBD
Calendars
TBD
Time Zone Support
TBD. TODO: split Oslon support from basic support.
Numeric numbering systems
TBD
Algorithmic numbering systems / RBNF
TBD