In a Magento PHP module, how can I programmatically echo a DateTime (UTC) variable formatted using Magento’s Configuration options (ie System > Configuration > Catalog > Date & Time Custom Options)?
In a Magento PHP module, how can I programmatically echo a DateTime (UTC) variable
Share
Mage::helper('core')->formatTime($time=null, $format='short', $showDate=false);http://inchoo.net/ecommerce/magento/guide-through-magentos-timezones/