📆 A collection of useful helpers for handling dates in Reason with the same modern API as the well-known `date-fns`.
 
yarn add @mobily/re-dateor with npm
npm install @mobily/re-date --saveThen add @mobily/re-date to bs-dependencies in your bsconfig.json:
{
  "bs-dependencies": [
    "@mobily/re-date"
  ]
}If you are familiar with date-fns, then you already know how to use ReDate.
The list of helpers:
CommonIntervalMinuteDayWeekWeek NumberingMonthYearISO WeekISO YearCheck the current status here.
| Marcin Dziewulski 💻 📖 | Radek Kozieł 💻 | mikaello 💻 📖 | 
This project follows the all-contributors specification. Contributions of any kind welcome!
The MIT License.
See LICENSE