Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# date-and-time

<div align="center">
<img src="https://raw.githubusercontent.com/knowledgecode/date-and-time/refs/heads/master/logo.png" alt="date-and-time" width="256">
</div>
Expand All @@ -10,13 +12,15 @@

</div>

## Install
The simplest, most intuitive date and time library.

## Installation

```shell
npm i date-and-time
```

- ESModules:
- ES Modules:

```typescript
import { format } from 'date-and-time';
Expand Down Expand Up @@ -1315,6 +1319,6 @@ isSameDay(date1, date3); // => false

</details>

## License
## Contributing

MIT
Contributions are welcome! Please feel free to submit a Pull Request.
Loading