Skip to content

grosscorporation/is-date-within-range

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

is-date-within-range

Check if a date is within a period of a two given dates, should return true or false

NPM

  $ npm install is-date-within-range --save

Read cookie:

if(dateCheck("1999-01-01","2018-06-21","2019-06-06"))
    console.log("Availed");
else
    console.log("Not Availed");

About

Check if a given date is within a period of a given date

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published