Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 278 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 278 Bytes

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"