[field:pubdate function=GetDateMK(@me)/] 20019-11-10 [field:pubdate function=GetDateTimeMK(@me)/] 20019-11-10 12:20:20 [field:pubdate function="GetDateMK(@me)"/] 20019-11-10 [field:pubdate function="GetDateTimeMK(@me)"/] 20019-11-10 12:20:20 [field:pubdate function=MyDate('m-d',@me)/] 11-10 {dede:field.pubdate function="MyDate('Y-m-d H:i',@me)"/} 20019-11-10 12:20 1、时间格式 {dede:field name=’pubdate’ function=’strftime(“%Y年%m月%d日 %H:%M:%S”,”@me”)’ /} 2007年1月1日 18:30:02 {dede:field name=’pubdate’ function=’strftime(“%Y-%m-%d %H:%M:%S”,”@me”)’ /} 2007-1-1 18:30:02 {dede:field name=’pubdate’ function=’strftime(“%Y年%m月%d日 %H时%M分%S秒“,”@me”)’ /} 2007年1月1日 18时30分02秒 {dede:field name=’pubdate’ function=’strftime(“%m-%d %H:%M:%S”,”@me”)’ /} 1-1 18:30:02 {dede:field name=’pubdate’ function=’strftime(“%m-%d”,”@me”)’ /} 1-1 %Y-年 %m-月 %d-日 %H-小时 %M-分 %S-秒 2、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] 3、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] 4、最后更新时间 最后更新时间:{dede:tagname runphp=’yes’}@me = date(“Y-m-d H:i:s”, time());{/dede:tagname}
今天看到织梦5.8的系统表示非常高兴,至少说明了我选择的系统并非没有实力的公司,至今还在更新。 程序升级了,我想对我们只有好处没有坏处,至少可以证明,织梦还在持续为行业付出,为我们这些免费提供有...
在QQ群里经常看到,许多朋友在列表页需要调用到上一篇下一篇,同时也有许多朋友仅只要掉用链接而不要文章名称,如同冯耀宗博客的左边与右边的调用也是如此,仅需要链接而不需要文章。在很多JS效果里面,需要知道...
很久前,织梦自己有一套主动ping百度的插件,但是后来好像有几年用不了了.最近百度除了实时推送链接的地址,这样肯定比sitemap方便多了.而且也可以确保文章的原创性. 不知道为什么我在网上还没看到...
之前一直利用dedeCms建站的,时间也算很长了,可是最近我们公司用dede做的网站被频繁被挂马,网上已经找不到办理要领,客户每天投诉,dedecms从原创团队遣散后,几年了根基没有什么更新和维护,没...