I am not sure if this is a bug for Zend_Date::isDate method, for the
following testing date the $result is true.

$zDate = new Zend_Date();
$input = '19/11/2001';
$result = $zDate->isDate($input,'m/d/YYYY');
-- 
View this message in context: 
http://www.nabble.com/19-11-2001-a-valid-date-for-the-format-%27m-d-yyyy%27-by-using-Zend_Date%3A%3AisDate-tf4497535s16154.html#a12826403
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to