Restricting Datepicker to specific dates
I have a list of specific dates that I want to be active on my datepicker.
For example, the following dates would be the only dates that are selectable.
June 4th
June 18th
July 16th
August 6th
August 20th
September 3rd
September 17th
How can I do this? I assume using the beforeShowDay event, but I don't know the proper syntax.
Thanks,
tom