• This repository has been archived on 27/Mar/2024
  • Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language ReScript
  • License
    MIT License
  • Created about 6 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ“† Date manipulation in ReScript.

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.

Getting started

Installation

yarn add @mobily/rescript-date

or with npm

npm install @mobily/rescript-date --save

ReScript config

Add @mobily/rescript-date to bs-dependencies in your bsconfig.json:

{
  "bs-dependencies": [
    "@mobily/rescript-date"
  ]
}

Contributors


Marcin Dziewulski

πŸ’» πŸ“– 🎨 ⚠️

Radek KozieΕ‚

πŸ’»

mikaello

πŸ’» πŸ“– ⚠️

Florent Monnier

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

License

The MIT License.

See LICENSE