How can I disable sunday's on datepicker?
I'm creating a restaurant website, and I was doing the reservations page and decided to use the datepicker plugin to pick dates. I was wondering is there a way to disable sundays on the date picker, and also, the restaurant has different hours on Saturday then the rest of the week. So my question is, how can I disable Sundays and is there a function which lets me determine the day of the week?
My thoughts:
I was thinking of having the datepicker use the Full format (DD, d MM, y). Then using javascripts RegExp Modifiers, I would do a switch statement and search for Monday through Saturday. But I looked at the date-formats and I couldn't figure out how to get the Full format to work.