Search This Blog

Wednesday 2 May 2012

Display date in specified format in Magento

Display date in specified format in Magento

Mage::helper('core')->formatDate($date, $format, $showTime=false)

Argument 1: Date that you want change the format (This may be database driven or manual)
Argument 2: Date format: short, long, medium, full
Argument 3: Show Time: True to display time and false to not display time

1 comment: