Twipped / Kalendae

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

About blackout #189

Closed imguoc closed 8 years ago

imguoc commented 8 years ago

Hi! How to set the ban range? Such as: prohibit the choice of "2016-09-09-2016-10-9" outside of the time ?

Twipped commented 8 years ago

Set blackout to a function which receives a date and returns true if the date is within that range.