Per Trent Richardson’s datetimepicker…How can I set the ‘default’ date on the calendar?
The following works for setting today as if it were selected/clicked:
$( ".selector" ).datepicker( "setDate", "11/12/2012" );
…but I can’t figure out how to set default day (light blue with red circle when the calendar is displayed – what I really want is the date to be set to 12th)?

Managed to hack this together based on default and schema colors.
};