Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Joomla v2.5.6 模块上的问题。
使用的代码:
<?php echo $date->toFormat(JText::_('DATE_FORMAT_LC3')); ?>
从表列中拉取:
2013-01-26
应撤回为: 2013 年 1 月 26 日
但以上只是拉回“ d FY ”
有任何想法吗?
固定的:
<?php echo $date->Format(JText::_('DATE_FORMAT_LC3')); ?>
格式化不格式化