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 eaa98df commit fa0eb57Copy full SHA for fa0eb57
README.md
@@ -1,3 +1,5 @@
1
+# date-and-time
2
+
3
<div align="center">
4
<img src="https://raw.githubusercontent.com/knowledgecode/date-and-time/refs/heads/master/logo.png" alt="date-and-time" width="256">
5
</div>
@@ -10,13 +12,15 @@
10
12
11
13
14
-## Install
15
+The simplest, most intuitive date and time library.
16
17
+## Installation
18
19
```shell
20
npm i date-and-time
21
```
22
-- ESModules:
23
+- ES Modules:
24
25
```typescript
26
import { format } from 'date-and-time';
@@ -1315,6 +1319,6 @@ isSameDay(date1, date3); // => false
1315
1319
1316
1320
</details>
1317
1321
1318
-## License
1322
+## Contributing
1323
-MIT
1324
+Contributions are welcome! Please feel free to submit a Pull Request.
0 commit comments