[jQuery] [validate] Validating a date
I am using the jquery validate plugin and using the "date" validation,
but it doesn't seem to be working right. If I enter "dfsdfs" I will
get "Please enter a valid date", but if I enter "65/65/6565" which
obvisouly is NOT a valid date, it will pass the validation just
fine. ???