I use a datepicker for choosing an appointment day. I already set the date range to be only for the next month. That works fine. I want to exclude Saturdays and Sundays f
If you don't want the weekends to appear at all, simply:
CSS
th.ui-datepicker-week-end, td.ui-datepicker-week-end { display: none; }