JQuery Validation dates [migrated]
- by james
Im trying to get my form to validate...so basically its working, but a little bit too well, I have two text boxes, one is a start date, the other an end date in the format of mm/dd/yyyy
if the start date is greater than the end date...there is an error
if the end date is less than the start date...there is an error
if the start date is less than…