Skip to content

clvarley/date-read

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Convert strings to dates with ease.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors