Friday, April 19, 2013

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

No comments:

Post a Comment

Please mention your comments.......