eduardocury wrote:
> 
> $date = '224343-03-14';
> Zend_Date::isDate($date,'YYYY-MM-dd')
> 

Try this instead:
Zend_Date::isDate('224343-03-14', array('date_format' => 'YYYY-MM-dd'))


-----
--
Wil Moore III

Why is Bottom-posting better than Top-posting:
http://www.caliburn.nl/topposting.html
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/problem-with-Zend-Date-isDate-tp2296324p2297397.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to