久久久精品2019免费观看_亚洲国产精品成人久久久_69国产成人综合久久精品91_国产精品久久精品视

DEDECMS織夢:時間顯示今日昨日效果

  核心提示:在織夢dedecms模板中時間標簽顯示今日昨日的效果的方法,添加代碼[field:pubdaterunphp='yes'] $ntime = time(); $oneday = 3600 * 24; $oneday1 = 2 * 3600 * 24; if(($ntime – @me) $oneda…

itE-SPACE: normal; COLOR: rgb(34,34,34); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">在織夢dedecms模板中時間標簽顯示今日昨日的效果的方法,添加代碼

[field:pubdate  runphp='yes'] 
              $ntime = time(); 
              $oneday = 3600 * 24; 
              $oneday1 = 2 * 3600 * 24; 
              if(($ntime – @me)< $oneday) 
              { @me = ‘<b class="color5">今 日</b>’;} 
              elseif (($ntime – @me)< $oneday1) 
              {@me = ‘<b class="color2">昨 日</b>’; 
              } 
              else
              { @me = MyDate(‘Y.m:d’,@me);} 
 [/field:pubdate]

未經允許不得轉載:445IT之家 » DEDECMS織夢:時間顯示今日昨日效果

贊 (0) 打賞

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

微信掃一掃打賞