spencermountain / spacetime

A lightweight javascript timezone library
http://spacetime.how/
Other
3.97k stars 183 forks source link

Month days amount helper #298

Closed m1212e closed 3 years ago

m1212e commented 3 years ago

This is a small method for providing easy access to the amount of days in the month of a Spacetime. I found this useful while building my own datepicker.

spencermountain commented 3 years ago

great idea. I'll add this to the readme and do a release this week. thank you!

m1212e commented 3 years ago

Sure thing. Thanks for your work!

spencermountain commented 3 years ago

hey @m1212e I renamed this method to daysInMonth() - to avoid confusion about what month you're requesting. released as v6.16.3 - thank you!

spencermountain commented 3 years ago

this was really well-made.