[jQuery] How to disable both weekends and national days
To disable weekends i use:
beforeShowDay: $.datepicker.noWeekends
But i can't use funktion for national days at the same time!
beforeShowDay: $.datepicker.nationalDays
Is it possible to give beforeShowDay two values?