Joomla 3如何设置PHP日期格式的样式

时间:2015-10-14 10:50:13

标签: php css date joomla joomla3.0

您好我想问一下如何在Joomla 3 mod_articles_category / default.php中添加样式到日期格式。

代码:

<?php echo $item->displayDate; ?>

在一行中产生这个结果:

<span class="mod-articles-category-date">2015-10-14 16:24:53</span>

2015-09-21 20:52:35

前页模块的结果现在:enter image description here

我不想要这个,因为我想分别为每个日期,月份和年份设置样式(添加CSS)。我也想删除时间。

我在分类博客布局中尝试做的事情: enter image description here

请帮忙,任何建议都会受到很大的关注。在此先感谢!

1 个答案:

答案 0 :(得分:1)

配置简单,在模块管理面板中转到“显示选项”(高级之前)并更改日期格式。

按照此http://php.net/manual/en/function.date.php查看所有可用选项。

如果您更喜欢更有趣的模块,可以试试这个:http://mapkcode.com/demo-mk-extensions/mk-advanced-articles

此模块的工作方式与mod_articles_category类似,但提供了大量参数,10种以上的样式,并且与bootstrap完美配合。

干杯, 马可