Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mobily/re-date

📆 Date manipulation in ReScript.
https://github.com/mobily/re-date

date datetime rescript rescript-react time

Last synced: about 2 months ago
JSON representation

📆 Date manipulation in ReScript.

Awesome Lists containing this project

README

        






Build Status


Coverage


npm


PRs Welcome


All Contributors


GitHub license


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)