Protected Member Functions | |
_getElementHtml (Varien_Data_Form_Element_Abstract $element) |
Definition at line 35 of file Notification.php.
_getElementHtml | ( | Varien_Data_Form_Element_Abstract $ | element | ) | [protected] |
Enter description here...
Varien_Data_Form_Element_Abstract | $element |
Reimplemented from Mage_Adminhtml_Block_System_Config_Form_Field.
Definition at line 37 of file Notification.php.
00038 { 00039 $element->setValue(Mage::app()->loadCache('admin_notifications_lastcheck')); 00040 $format = Mage::app()->getLocale()->getDateTimeFormat(Mage_Core_Model_Locale::FORMAT_TYPE_MEDIUM); 00041 return Mage::app()->getLocale()->date(intval($element->getValue()))->toString($format); 00042 }