![Datepicker]([URL=http://s1068.photobucket.com/user/nagaraju60/media/Datepicker_zps8mxkw4b8.jpg.html][IMG]http://i1068.photobucket.com/albums/u442/nagaraju60/Datepicker_zps8mxkw4b8.jpg[/IMG][/URL])
Hai all in above image i want to get all month names if i set maxdate:0 in jquery datepicker script file
<script type="text/javascript">
$(document).ready(function () {
$('#<%=TxtDate.ClientID%>').datepicker({
changeMonth: true,
changeYear: true,
yearRange: '-5:+0',
duration: 'fast',
dateFormat: 'dd-M-yy',
maxDate: '0'
});
});
</script>
please help me