I want to filter the selectable dates on a datepicker. I basically need to filter by work days - i.e. make holidays and weekends not selectable.
I know you can specify dates using a function in the beforeShowDate: and you can also use $.datepicker.noWeekends.
Question is: can you do both?