We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d1371 commit 15333b2Copy full SHA for 15333b2
README.md
@@ -7,6 +7,7 @@ Javascript library to represent and work with dates in different calendar system
7
- Simple and type-safe API
8
- Immutable objects
9
- Supports 7 calendar systems
10
+- Tiny: 1kB (minified + gzipped)
11
- Zero dependencies. Leverages `Intl.DateTimeFormat`.
12
13
## Supported Calendars
package.json
@@ -11,7 +11,7 @@
],
"author": "Khalid H. Alharisi",
"license": "Apache-2.0",
14
- "homepage": "https://github.com/coder966/intl-date/",
+ "homepage": "https://github.com/coder966/intl-date",
15
"repository": {
16
"type": "git",
17
"url": "https://github.com/coder966/intl-date"
0 commit comments