【发布时间】:2015-04-13 10:13:21
【问题描述】:
begin_date 属性的日期格式显示如下:2015-04-25 00:00:00
我想要它:25 04 2015
我试过了:
<?php
echo $this->helper('core')->formatDate(getbegin_date(), Mage_Core_Model_Locale::FORMAT_TYPE_SHORT);
?>
但它不起作用。
【问题讨论】:
标签: magento date attributes format