daet v3.24.0-next.1698771492.e9f0f312aa50df67da2fc4a185c5e1bb74b65159
Minimal immutable date class that supports relative time, calendar time, and plus/minus of different units.
Usage
Why use Daet over say?
- https://github.com/matthewmueller/date
- https://github.com/iamkun/dayjs
- https://github.com/hustcc/timeago.js
- https://github.com/catamphetamine/javascript-time-ago
- https://github.com/date-fns/date-fns
- https://github.com/taylorhakes/fecha
- https://github.com/wanasit/chrono
- https://github.com/moment/moment/
- https://github.com/moment/luxon
Beause Daet:
- is written in typescript, so you get great intellisense
- is immutable, so no funy business
- is absolutely tiny in size
- yet it has the most intuitive, rich, and efficient relative date interface out there
npm
Skypack
<script type="module">
import pkg from '//cdn.skypack.dev/daet@^3.24.0'
</script>unpkg
<script type="module">
import pkg from '//unpkg.com/daet@^3.24.0'
</script>jspm
<script type="module">
import pkg from '//dev.jspm.io/daet@3.24.0'
</script>Discover the release history by heading on over to the HISTORY.md file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
Unless stated otherwise all works are:
and licensed under:
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago