date-read
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i date-read

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

8.2 kB

Total Files

13

Last publish

Collaborators

  • clvarley