RE: JavaScript Date Validation Not Working Correctly

2003-06-22 Thread David Graham
OHN HOHLEN -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Sun 6/22/2003 12:53 PM To: [EMAIL PROTECTED] Cc: Subject: Re: JavaScript Date Validation Not Working Correctly There are a couple of date validation bugs open tha

RE: JavaScript Date Validation Not Working Correctly

2003-06-22 Thread Hohlen, John C
PROTECTED] Sent: Sun 6/22/2003 12:53 PM To: [EMAIL PROTECTED] Cc: Subject: Re: JavaScript Date Validation Not Working Correctly There are a couple of date validation bugs open that may have something to do with your problem

Re: JavaScript Date Validation Not Working Correctly

2003-06-22 Thread David Graham
There are a couple of date validation bugs open that may have something to do with your problem: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16810 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19161 David I am entering a valid date (10/14/66) but no matter what i type it alwasy gives a

JavaScript Date Validation Not Working Correctly

2003-06-21 Thread Dave Ford
I am entering a valid date (10/14/66) but no matter what i type it alwasy gives a javascript error: DateOfBirth is not a date. Here my validation code. ANy ideas why this isn't working? datePatternStrict MM/dd/y