Hi,
I'm playing around with the UI datepicker widget and I noticed that when the calender is generated, all the dates are inside an anchor tag with href="#"
. is it possible to change the href to the dateText, or whatever i set the dateFormat to?
ex: <a class="ui-state-default" href="#October-27-2010">27</a>
Thanks in advance
//update
any clues on how to do this?