I link the jquery file in my page that can simply show datepicker but the function that have code of disabling past date is not working. When i code for displaying specific date is also not working. feedback will be high appreciated.
<script>
$("#datepicker").datepicker();
$(document).ready(function(){
$("#datepicker").datepicker({
minDate: -0
});
});
</script>