Reputation: 7482
Is there any way of using the minDate
in order to disable all days before a certain date? I know I can use minDate: 0
to disable all days before the current date, but I need to specificy a date and disable all dates before that date.
I could also use showDaysBefore but I think I will have to define a list of all days I want to disable..
Upvotes: 0
Views: 2630