Side navigation
#4551 closed bug (invalid)
Opened April 17, 2009 05:12AM UTC
Closed October 13, 2009 12:15AM UTC
Last modified March 13, 2012 05:21PM UTC
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 :-(
Attachments (0)
Change History (5)
Changed April 17, 2009 05:17AM UTC by comment:1
Changed October 13, 2009 12:15AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
Changed December 12, 2010 08:52PM UTC by comment:3
I need a fix too
Changed February 22, 2011 11:52AM UTC by comment:4
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
Changed February 22, 2011 12:29PM UTC by comment:5
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
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?