Is there any (easy) way to set the jQuery UI Datepicker to disallow selection of specific, predetermined days?
I was able to get this approach working, however, it p
beforeShowDay: $.datepicker.noWeekends,
will be
beforeShowDay: noWeekendsOrHolidays,