Disable all Sundays and some specific dates in jQuery UI datepicker
I am trying to disable all Sundays and some specific dates in jQuery UI datepicker. These conditions, together, don't work in my code. Only sundays are getting disabled. Here is the code var array = [, '2024-01-07', '2024-01-08', '2024-01-09', '2024-01-10']…