Side navigation
#6306 closed bug (invalid)
Opened March 18, 2010 11:16AM UTC
Closed March 19, 2010 03:09AM UTC
Error in .validate() function for date
Reported by: | Chinmayee | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | data | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
I was trying to use .validate() function in my application for date validation [dates are accepted by users without calender control].
Function is working well for most of the case but its fails for date 69/mar/2001. It showing correct message for 70/mar/2001.
Please verify.
Attachments (1)
Change History (3)
Changed March 18, 2010 01:07PM UTC by comment:1
Changed March 18, 2010 01:15PM UTC by comment:2
Also, read the documentation for the plugin! On the ''very same page'' as the attached JPG is the clear statement that the plugin hands the string over to the native Javascript "Date" object to parse, and that it's merely concerned with the format of the string.
Changed March 19, 2010 03:09AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
I think that this bug should have been filed against the validation plugin.