0.1.0 • Published 2 years ago
date-read v0.1.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");
Getting Started
0.1.0
2 years ago