qodesmith / datepicker

Get a date with JavaScript! A datepicker with no dependencies.
344 stars 101 forks source link

Display dates of previous and next month within current month #56

Closed Roye7777777 closed 5 years ago

Roye7777777 commented 5 years ago

Not an issue, rather a suggestion: by default, when displaying the days within a month, there are empty spaces on top and on bottom on the location where the days of the previous and next month should be. Could there be a way to display those days (in a different markup, like how weekends can be given a different markup) through a setting? Sometimes, design-wise, one could want to enable this. In that case, an additional suggestion is to also be able to click on a day in a previous/next month and navigate to that previous/next month.

qodesmith commented 5 years ago

That's not a bad idea. Let me look into it and see what the effort would be.

qodesmith commented 5 years ago

This is now in the latest version under the option of showAllDates. Thanks for the suggestion!