This workish
$locale = new Zend_Locale('en_US');
$date = new Zend_Date('2010-02-15
10:53:26',Zend_Locale_Format::getDateFormat($locale) , $locale);
echo $date;
but the output isn't very nice :(-- View this message in context: http://n4.nabble.com/Localization-Format-date-helper-tp1555937p1555995.html Sent from the Zend Framework mailing list archive at Nabble.com.
