Forum Discussion
TylerParker
7 years agoQrew Assistant Captain
Hey Dan, if I wanted to force users to input only the current date or a future date, no past date, would I change the "maxDate" here to "minDate"?
$("#_fid_6").datepicker("option", {
maxDate: "0"
});
$("#_fid_6").datepicker("option", {
maxDate: "0"
});
TylerParker
7 years agoQrew Assistant Captain
Awesome, thanks for the link