datepicker - Customizing the display of days in a month

datepicker - Customizing the display of days in a month

Hi all, I'm trying to customize the rendering of the Day's in a month in the datepicker.  I need to display 1 or 2 time links beneath the day number within the rendered cell.  Something like this:
------------------------ 
| 15| 16|
| | |
| 14:00 | 15:00 |
| 19:00 | 20:00 |
------------------------






I have achieved this by post-processing the rendered html after the datepicker has initially displayed.  However, when the datepicker is interacted with, by changing month or clicking a day cell, the datepicker is re-rendered and the cells are populated with the default HTML content.

Does anyone know a way to hook into this rendering?  Can I override/extend the _generateHTML function within the datepicker or is there an event defined that executes after rendering where i can post-process the HTML again?

Any help would be appreciated.

I'm using jquery-ui 1.7.3 but could upgrade to the latest if necessary (just trying to avoid the QA overhead of upgrading if possible)

Many thanks,
Paul