织梦dedecms调用文章发布时间的几种方法汇总,织梦
导读:织梦技术织梦技术织梦首页时间标签 1,11-20 样式 ([field:pubdate function=strftime(%m-%d,@me)/]) 2,May 15, 20织梦模板网织梦网站模板。
织梦首页时间标签 1,11-20 样式
([field:pubdate function='strftime("%m-%d",@me)'/])2,May 15, 2009 样式
([field:pubdate function='strftime("%b %d, %Y",@me)'/])3,2009-12-27 18:30:02 样式
[field:pubdate function="GetDateTimeMK(@me)"/]4,2009-12-27 样式
[field:pubdate function="GetDateMK(@me)"/]5、2009-12-27 样式
{dede:field function='GetDateMk(@me)'/}6、May dede模板下载15手机模板dede, 2009 样式
{dede:field function='strftime("%b %d, %Y",@me)'/}24小时内的时间显示红色:
[field:pubdate runphp='yes'] $a="<font color='#ff0000'>"; $b="</font>"; $c=strftime("%Y年%m月%d日 %H:%M:%S","@me"); $ntime = time(); $oneday = 3600 * 24; if(($ntime - @me)<$oneday) @me = $a.$c.$b; else @me =$c; [/field:pubdate] ps:color='#ff0000'这里颜色可以按需更改最后更新时间
{dede:tagna织梦模板me runphp='yes'}@me = date("Y-m-d H:i:s", time());{/dede:tagname} XX天前 [field:pubdate runphp='yes'] $today = Floor(time()/(3600 * 24)); $senday= Floor(@me/(3600 * 24)); $updays = $today-$senday; if($updays==0) @me = "今日"; else @me = $updays."天前"; [/field:pubdate]相关织梦模板网织梦网站模板。声明: 本文由我的SEOUC技术文章主页发布于:2023-07-22 ,文章织梦dedecms调用文章发布时间的几种方法汇总,织梦主要讲述发布时间,几种方法,织梦网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_34200.html