Show 2 weeks viewing
1 answer
have a look at jQuery UI Documentation
<script type="text/javascript">
$(function() {
$("#datepicker").datepicker({minDate: -20, maxDate: '+1M +10D'});
});
</script>
0
a source to share