#4551 closed bug (invalid)
jquery-validate date
Reported by: | wildkiev | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.4 |
Component: | plugin | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
the validatation of dates does not work as expected in "google chrome" or "safari" browsers.
http://docs.jquery.com/Plugins/Validation/Methods/date
trying to validate a date at the above url with these two browsers is frustrating!?
and I now cannot use this functionality on my webserver :-(
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:4 Changed 12 years ago by
This validates against the American date format. A normal European date format of 26/05/1995 fails the validation.
The fail applies to the Chrome, but is fine in Internet Explorer
comment:5 Changed 12 years ago by
Priority: | major → low |
---|
This isn't the right place to discuss bugs in the jQuery validate plugin. Please direct any bugs directly to the author
Note: See
TracTickets for help on using
tickets.
more investigation shows that 26/11/1964 does not validate in "chrome" or "safari" 11/26/1964 validates ok
How then do I configure date validation to accept the european/australian date format?