Twipped / Kalendae

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

Show 'next month' button when viewing previous month in 'today-past' mode #186

Closed anarchang closed 6 years ago

anarchang commented 8 years ago

In ‘today-past’ or ‘today’ mode: when ‘today’ is in the middle of the month and we are looking at last month, the next month button does not show.

This is because diffComparison is anchored to today instead of this month. Changing it to the month fixes this bug.

Twipped commented 6 years ago

Sorry for taking literally a year to merge this. I somehow missed it.