how to restrict the range of selectable dates with the minDate and maxDate options?
I using this code:
$( "mobiledatepicker1" ).datepicker({ minDate: -20, maxDate: "+1M +10D" });
but still not working whenever I tried to test the date picker.
any idea guys?...