views:

28

answers:

2

How do I highlight or change the style a date that has an event?

+1  A: 

I tried this a while ago and found that it was easier to use a different datepicker and style it to act/look like jquery ui datepicker than make the datepicker take in data.

Fermin
A: 

If you look at the "Theming" tab in http://jqueryui.com/demos/datepicker/, it'll show you all the classes that you can style in CSS to get whatcha want :-) but i think its ui-state-highlight class

ocdcoder