Re: datePatternStrict for MM/dd/yyyy seems to allow 04/04/200w

2005-05-10 Thread Niall Pemberton
SimpleDateFormat does indeed parse this value as a valid date. Niall - Original Message - From: "Robert Taylor" <[EMAIL PROTECTED]> Sent: Tuesday, May 10, 2005 10:34 AM > Greetings, I'm using Struts 1.2.7 and trying to validate a date field > using the datePatternStrict with a date for

datePatternStrict for MM/dd/yyyy seems to allow 04/04/200w

2005-05-10 Thread Robert Taylor
Greetings, I'm using Struts 1.2.7 and trying to validate a date field using the datePatternStrict with a date format of MM/dd/. Everything seems to work as expected until I enter a date like 04/04/200w. It seems that the date validation routine thinks that this is a valid date...or atleast