https://github.com/mobily/rescript-date
📆 Date manipulation in ReScript.
https://github.com/mobily/rescript-date
date datetime rescript rescript-react time
Last synced: 9 months ago
JSON representation
📆 Date manipulation in ReScript.
- Host: GitHub
- URL: https://github.com/mobily/rescript-date
- Owner: mobily
- License: mit
- Archived: true
- Created: 2018-11-10T15:15:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T11:45:22.000Z (almost 2 years ago)
- Last Synced: 2024-05-23T07:06:22.151Z (over 1 year ago)
- Topics: date, datetime, rescript, rescript-react, time
- Language: ReScript
- Homepage: https://mobily.github.io/rescript-date
- Size: 3.89 MB
- Stars: 108
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Date manipulation in ReScript with the same modern and convenient API as date-fns.
## Documentation
Full documentation can be found [here](https://mobily.github.io/rescript-date).
## Getting started
### Installation
```shell
yarn add @mobily/rescript-date
```
or with `npm`
```shell
npm install @mobily/rescript-date --save
```
### ReScript config
Add `@mobily/rescript-date` to `bs-dependencies` in your `bsconfig.json`:
```json
{
"bs-dependencies": [
"@mobily/rescript-date"
]
}
```
## Contributors

Marcin Dziewulski
💻 📖 🎨 ⚠️

Radek Kozieł
💻

mikaello
💻 📖 ⚠️

Florent Monnier
💻
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
## License
The MIT License.
See [LICENSE](LICENSE)