Skip to main content

Installation

The easy-dates package is available via package managers, or CDNs.

Package managers

easy-dates is available via Yarn on NPM.

Yarn

yarn add easy-dates

NPM

npm install easy-dates

CDN

Prefer to get your code from a script tag? No problem. Below are the latest versions of our CDN links on jsDeliver or UNPKG.

jsDeliver

<script src="https://cdn.jsdelivr.net/npm/easy-dates@0.23.0/dist/index.js"></script>

UNPKG

<script src="https:///unpkg.com/easy-dates@0.23.0/dist/index.js"></script>