Posts by Paula • 21 points
1 post
-
2
votes1
answer2494
viewsQ: Configure minDate and maxDate in jQuery-UI Datepicker
I wanted to know how to properly use the maxDate and the minDate. Ex.: My calendar starts in 1970 and ends in 2017: $(document).ready(function(){ $('.datepicker').datepicker({ format:'yyyy-mm-dd',…