getLocale()->getDateFormat( Mage_Core_Model_Locale::FORMAT_TYPE_MEDIUM ); if ($value) { try { $data = Mage::getSingleton('core/locale')->date($value, Zend_Date::ISO_8601, null, false)->toString($format); } catch (Exception $e) { $data = Mage::getSingleton('core/locale')->date($value, null, null, false)->toString($format); } } return $data; } }