Twipped / Kalendae

A javascript date picker that just works.
MIT License
1.99k stars 285 forks source link

month should be initialized with the first day of the month #177

Closed IlanFrumer closed 8 years ago

Twipped commented 8 years ago

Worthwhile change.

Are you seeing this actually break something? The only places month gets used are to retrieve the actual month, so it shouldn't really matter.

IlanFrumer commented 8 years ago

@ChiperSoft Actually the users of our system found this bug.

The next month button was getting disabled on 'today-past' mode even though it still has one month ahead.

Thanks for merging!

Twipped commented 8 years ago

Ah, I think somebody had reported that bug a long time ago but I couldn't reproduce it.

Thank you!

Twipped commented 8 years ago

0.6.1 is published with this fix.