daet

Minimal immutable date class that supports relative time, calendar time, and plus/minus of different units.
Usage
Complete API Documentation.
Why use Daet over say?
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
Install
- Install:
npm install --save daet
- Import:
import pkg from ('daet')
- Require:
const pkg = require('daet').default
<script type="module">
import pkg from '//cdn.skypack.dev/daet@^4.5.0'
</script>
<script type="module">
import pkg from '//unpkg.com/daet@^4.5.0'
</script>
<script type="module">
import pkg from '//dev.jspm.io/daet@4.5.0'
</script>
This package is published with the following editions:
History
Discover the release history by heading on over to the HISTORY.md file.
Contribute
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
Backers
Maintainers
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?

Contributors
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
License
Unless stated otherwise all works are:
and licensed under: