mohammed created VALIDATOR-314:
----------------------------------
Summary: org.apache.commons.validator.DateValidator and format "ww/yyyy" for week 01/2013
Key: VALIDATOR-314
URL:
https://issues.apache.org/jira/browse/VALIDATOR-314 Project: Commons Validator
Issue Type: Bug
Components: Routines
Affects Versions: 1.3.1 Release, 1.4.0 Release
Environment: org.apache.commons.validator.DateValidator
Reporter: mohammed
Priority: Minor
this code return false
===============================================================
weekStr = "01/2013";
validBool = (dateValidator.isValid(weekStr, "ww/yyyy", false));
================================================================
the value of validBool = false, only for the first week of 2013
because the first day of this week (01/2013) is the monday 31 December 2012
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira