dates-and-days
v1.0.3
Published
- It has two functions which is useful to find day by passing date and add days into date
Downloads
8
Readme
dates-and-days
It has two functions which is useful to find day by passing date and add days into date
getDayOfWeek(year,month,day) - returns object which has day(ex. monday) and day count(ex. 1)
addDaysIntoDate(days,date) - returns new date , here date is optional( default it takes current date ), date format should ("YYYY-MM-DD")