Add jquery and jquery ui src in top
and paste this. and put id datepicker in input type where to show date
<script>
$(function() {
$("#datepicker").datepicker({
minDate : "0d",
maxDate : "+3M",
dateFormat : 'dd/mm/yy',
showAnim:'slide'
});
});
</script>
No comments:
Post a Comment