Skip to content
/ diautil Public

Simple API to return the the workday date X days after some date provided

License

Notifications You must be signed in to change notification settings

ecauli/diautil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

diautil

Simple API to return the the workday date X days after some date provided.

That consider the hollidays of state of São Paulo, Brazil.

USE: var wd = diautil("17/11/2015",3) //return: "23/11/2015"

Alternative: var wd = getWorkDay(2015,11,17,3)//return: "2015-11-23"

About

Simple API to return the the workday date X days after some date provided

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published