Datepicker onChangeMonth

Datepicker onChangeMonth


I'm looking for a way of detecting this event, as the current
onChangeMonth does, but allowing me to fire my function AFTER the
change to the html on the page (_updateDatepicker) actually occurs.
Another option is the manually call the update function inside my
onChangeMonth function which would result in it being called twice in
each update.
Any ideas/suggestions?
As a bit more context, I'm trying to mod the functionality of
datepicker which actually changing the code (just adding my own
functions from a different js file), so i change around the html after
it's been formed.