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

Exclude dates #344

Closed michelollivier closed 7 years ago

michelollivier commented 7 years ago

Hello,

Is it possible to exclude an array of dates ?

REgards Michel

holtkamp commented 7 years ago

@michelollivier yes, you can use the beforeShowDay callback for this.

Also see the demo "Disable some dates"