Forum Discussion
TylerParker
8 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_8 years agoQrew Elite
- TylerParker8 years agoQrew Assistant CaptainAwesome, thanks for the link