Skip to main content

Bug Tracker

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)
  • err1.JPG (106.0 KB) - added by Chinmayee March 18, 2010 11:17AM UTC.

    Screen showing 69/mar/2001 is valid date

Change History (3)

Changed March 18, 2010 01:07PM UTC by Pointy comment:1

I think that this bug should have been filed against the validation plugin.

Changed March 18, 2010 01:15PM UTC by Pointy 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 dmethvin comment:3

resolution: → invalid
status: newclosed