Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

mobily/rescript-date

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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