<script>
function pageLoad() {
$("#<%=txtDateofBirth.ClientID%>").datepicker({
changeMonth: true,
changeYear: true,
format: 'dd/mm/yyyy',
endDate: '+0d',
autoclose: true
});
}
</script>
No comments:
Post a Comment