ZF-6369: Zend_Date validates incorrect date
Description
Zend_Date::isDate($value, $format, $locale) returns for Zend_Date::isDate('1.dasdas1dasdas.2009',null,'cs') Zend_Date::isDate('1.1.d2009dasd','DD.MM.YYYY') Zend_Date::isDate('1.1a.da2009',null,'cs')
always true.
Comments
Posted by Rob Allen (rob) on 2012-11-20T20:53:20.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.