datepicker showing entire year and changing background of cells upon clicking
I'm trying to use the datepicker in inline mode to show an entire year
and
1. on page load, make certain dates different colors based on
information from a database and
2. When a date is selected, dynamically change the color of the date
based on other information selected by a user. I think the
beforeShowDay will help me do #1 but not sure if there is a way to do
#2. And how do I get it to display a whole year from Jan to Dec of
say 2009?