Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.9.0, 1.9.1
-
Fix Version/s: 1.9.2
-
Component/s: Zend_Validate
-
Labels:None
-
Tags:
Description
This is a compatibility issue. Zend_Validate_Date doesn't accept Zend_Date object but it did in version 1.8.X
Issue Links
| This issue is duplicated by: | ||||
| ZF-7677 | Zend_Validate_Date can not validate class (Zend_Date) instance |
|
|
|
The API states that isValid accepts "strings" and nothing more.
Additionally a date object would not have passed the preg_match check.