I have an application where I have some PHP logic that returns a JSON array of dates that I want BLOCKED from selection in a jQuery UI datepicker. I am returning this array from the logic:
["2013-03-14","2013-03-15","2013-03-16"]
Is there a simple way to tell the jQuery UI datepicker "block these dates from selection in the datepicker"?
I've read the jQuery UI documentation and I see nothing that helps me.