Let's say I want 5/2/2011 (or any other day) to be a different color than the rest of the days. Is it possible?
This is a sample item for a specific day.
<td class=" " onclick="DP_jQuery_1305738227207.datepicker._selectDay('#datepicker',4,2011, this);return false;"><a class="ui-state-default ui-state-hover" href="#">11</a></td>
I don't know if there is a way to override how datepicker creates ids / classes for each day.
jquery css jquery-ui-datepicker
joslinm
source share