hey guys, m using JQuery UI Datepicker for my form and my script is like below
<script type="text/javascript">
$(function() {
$("#<%=txtExpiryDate.ClientID %>").datepicker({changeYear:"true"});
});
</script>
But this shows only Month selection as prev/next button but i want Year selection also so i use'd .datepicker(changeYear:"true") but this gives a comboBox i want prev/next button like "Month" has got...... where n what tweaks have to be done ?