Public Member Functions | |
toOptionArray () |
Definition at line 27 of file TimeFormat.php.
toOptionArray | ( | ) |
Definition at line 29 of file TimeFormat.php.
00030 { 00031 return array( 00032 array('value' => '12h', 'label' => Mage::helper('adminhtml')->__('12h AM/PM')), 00033 array('value' => '24h', 'label' => Mage::helper('adminhtml')->__('24h')), 00034 ); 00035 }