Convert string to dates with ease.
Sister project of date-write.
To install date-read just include it to your project like so:
npm install --save date-readAfter 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");