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"
});
- _anomDiebolt_7 years agoQrew Elite
- TylerParker7 years agoQrew Assistant CaptainAwesome, thanks for the link