<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[沧海一粟]]></title> 
<link>http://www.dzhope.com/index.php</link> 
<description><![CDATA[Web系统架构与服务器运维,php开发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[沧海一粟]]></copyright>
<item>
<link>http://www.dzhope.com/post//</link>
<title><![CDATA[dede（织梦）显示时间格式汇总]]></title> 
<author>jed &lt;jed521@163.com&gt;</author>
<category><![CDATA[代码编程]]></category>
<pubDate>Sat, 22 Nov 2008 02:19:02 +0000</pubDate> 
<guid>http://www.dzhope.com/post//</guid> 
<description>
<![CDATA[ 
	1.时间格式<br/>{dede:field name=&#039;pubdate&#039; function=&#039;strftime(&quot;%Y年%m月%d日 %H:%M:%S&quot;,&quot;@me&quot;)&#039; /}2007年1月1日 18:30:02<br/>{dede:field name=&#039;pubdate&#039; function=&#039;strftime(&quot;%Y-%m-%d %H:%M:%S&quot;,&quot;@me&quot;)&#039; /}2007-1-1 18:30:02<br/>{dede:field name=&#039;pubdate&#039; function=&#039;strftime(&quot;%Y年%m月%d日 %H时%M分%S秒&quot;,&quot;@me&quot;)&#039; /}2007年1月1日 18时30分02秒<br/>{dede:field name=&#039;pubdate&#039; function=&#039;strftime(&quot;%m-%d %H:%M:%S&quot;,&quot;@me&quot;)&#039; /}1-1 18:30:02<br/>{dede:field name=&#039;pubdate&#039; function=&#039;strftime(&quot;%m-%d&quot;,&quot;@me&quot;)&#039; /}1-1<br/>%Y-年<br/>%m-月<br/>%d-日<br/>%H-小时<br/>%M-分<br/>%S-秒<br/>2.24小时内的时间显示红色..<br/>[field:pubdate runphp=&#039;yes&#039;] <br/>$a=&quot;&lt;font color=&#039;#ff0000&#039;&gt;&quot;;<br/>$b=&quot;&lt;/font&gt;&quot;;<br/>$c=strftime(&quot;%Y年%m月%d日 %H:%M:%S&quot;,&quot;@me&quot;);<br/>$ntime = time();<br/>$oneday = 3600 * 24;<br/>if(($ntime - @me)&lt;$oneday) @me = $a.$c.$b;<br/>else @me =$c;<br/>[/field:pubdate]<br/>3.最后更新时间<br/>最后更新时间：{dede:tagname runphp=&#039;yes&#039;}@me = date(&quot;Y-m-d H:i:s&quot;, time());{/dede:tagname}<br/>4.XX天前（21楼kofkof提供）<br/>[field:pubdate runphp=&#039;yes&#039;] <br/>$today = Floor(time()/(3600 * 24));<br/>$senday= Floor(@me/(3600 * 24));<br/>$updays = $today-$senday;<br/>if($updays==0) @me = &quot;今日&quot;;<br/>else @me = $updays.&quot;天前&quot;;<br/>[/field:pubdate]<br/><br/><br/>{dede:arclist row=11 titlelen=24 orderby=pubdate}<br/><br/>[[field:typelink function=&#039;str_replace(&quot;a &quot;,&quot;a class=ulink &quot;,@me)&#039;/]] <br/><br/>[field:textlink/]<br/><br/>[field:senddate function=&quot;strftime(&#039;%m-%d&#039;,@me)&quot;/]<br/><br/>{/dede:arclist}<br/>栏目 标题 时间<br/>
]]>
</description>
</item><item>
<link>http://www.dzhope.com/post//#blogcomment</link>
<title><![CDATA[[评论] dede（织梦）显示时间格式汇总]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.dzhope.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>