days-in-month
v0.1.0
Published
get the number of days in the given month
Downloads
767
Readme
days-in-month
get the number of days in the given month (Gregorian calendar)
Installation
Install with component(1):
$ component install stephenmathieson/days-in-month
Install with npm:
$ npm install days-in-month
API
days(date)
get the number of days in the month of the provided date
days(month)
get the number of days in the provided month; assumes current year
days(year, month)
get the number of days in the provided year/month pair
License
MIT