ZF-3986: Call to undefined method Zend_Validate_Date::_century() Zend/Validate/Date.php on line 200
Description
Some input for Zend_Validate_Date gives the following error message: Call to undefined method Zend_Validate_Date::_century() Zend/Validate/Date.php on line 200
To reproduce: $d = new Zend_Validate_Date('mmyy'); $d->isValid("9999");
Comments
Posted by Thomas Weidner (thomas) on 2008-08-25T06:59:47.000+0000
Fixed with r11046.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:10.000+0000
Updating for the 1.6.0 release.