0.1.0 • Published 3 years ago
date-read
Licence
MIT
Version
0.1.0
Deps
0
Size
8 kB
Vulns
0
Weekly
0
date-read
Convert string to dates with ease.
Sister project of date-write.
Installation
To install date-read just include it to your project like so:
npm install --save date-read
After npm has downloaded the library, you can start importing and using it as normal:
ES6 module*preferred
import { dateFromFormat } from "date-read";
CommonJS
const { dateFromFormat } = require("date-read");