Date Picker theming with prev and next on same row as current month

Date Picker theming with prev and next on same row as current month


I would like to theme the datepicker control to have the prevText and
nextText links on the same line as the current month (assuming that
changeMonth and changeYear are false). The goal is to style the
datepicker similarly to the YUI Calendar or ASP.NET Calendar, etc.
http://developer.yahoo.com/yui/examples/calendar/quickstart.html
Reading the source from the trunk it seems like I could either:
1) Use absolute positioning for the datepicker_prev and
datepicker_next to put them adjacent to the month and then hide the
datepicker_links div.
2) Edit the source to generate different html where the prev and next
are in the datepicker_header div and never create datepicker_links.
Is there a suggested approach to get this alternate styling of the
datepicker?
Thanks,
Paul