longbill / jquery-date-range-picker

A jQuery plugin that allows user to select a date range
MIT License
1.12k stars 579 forks source link

showWeekNumbers #468

Closed oleonides closed 5 years ago

oleonides commented 5 years ago

when using showWeekNumbers is possible to select future dates if the endDate is the current date, for example if your endDate is today and you click on the next week you''ll have selected a date range with dates that must be disabled 'cause your end date is today.

holtkamp commented 5 years ago

can you provide a detailed example? For example with screenshots, a www.jsfiddle.net, etc

monovertex commented 5 years ago

This is related to #153. I'm closing this issue in favor of that one, so that we'll track this problem in a single place.