首页 > 教程 > 前端技术 > 标签调用

destoon 信息到期剩余天数的调用方法

发布:2016-09-15 作者:DT模板 浏览:38 次 评论:0
核心提示:把以下函数加到公共函数文件中 include/global.func.php function dtime($totime){global $DT_TIME;$dtime = $totime - $DT_TIME;$dtime = dround($dtime/60/60/24, 0, true);return $dtime;} 调用方法:列表循环中使用 {dtime($t[totime])}内容页使用 {dtime($totime)}注意: totime 是求购,展会,信息等频道的默认字段,
把以下函数加到公共函数文件中 include/global.func.php
function dtime($totime){
    global $DT_TIME;
    $dtime = $totime - $DT_TIME;
    $dtime = dround($dtime/60/60/24, 0, true);
    return $dtime;
}
调用方法:
列表循环中使用 {dtime($t[totime])}
内容页使用 {dtime($totime)}
注意: totime 是求购,展会,信息等频道的默认字段,其它频道是没有的,在其它频道使用,可以totime 改成你的自定义时间格式的字段名即可。
 
  • 文本链接:https://mbtxw.com/Course/show.php?itemid=12
  • 文章来源:模板模板
  • 版权声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。
标签: destoon 标签调用
  • 我的领地
  • 文章86
  • 人气12
  • 收藏0
  • 粉丝 0