您现在的位置是:网站首页>建站学院织梦CMS
织梦CMS时间格式实现XX秒前、XX分钟前、XX天前
2021-07-16来源: 【织梦CMS】 人已围观
简介 打开 /include/extend.func.php 在最下面加入个方法 /** * 时间美化 * * @access public * @param string $time 时间戳 * @return string */if(!function_exi
打开 /include/extend.func.php 在最下面加入个方法
/** * 时间美化 * * @access public * @param string $time 时间戳 * @return string */if(!function_exists('tranTime')){ function tranTime($time) { $rtime = date("m-d H:i",$time); $htime = date("H:i",$time); $etime = time() - $time; if ($etime < 1) return '刚刚'; $interval = array ( 12 * 30 * 24 * 60 * 60 => ' 年 前', 30 * 24 * 60 * 60 => ' 个 月 前', 7 * 24 * 60 * 60 => ' 周 前', 24 * 60 * 60 => ' 天 前', 60 * 60 => ' 小 时 前', 60 => ' 分 钟 前', 1 => ' 秒 前' ); foreach($interval as $secs => $str) { $d = $etime / $secs; if($d >= 1) { $r = round($d); return $r . $str; } }; }} |
调用标签写法
首页/列表页
[field:pubdate function="tranTime(@me)"/] |
内容页
{dede:field.pubdate function="tranTime(@me)"/}
如果你的时间格式是 2018-10-10 这种正常时间,那要这样写调用标签
[field:pubdate function="tranTime(GetMkTime(@me))"/]{dede:field.pubdate function="tranTime(GetMkTime(@me))"/} |
很赞哦! ()
猜您喜欢
相关文章
付费说明
1、安装cms后台,费用是200,基础费用200包括后台调试以及部分页面模板修改.
2、请加我个人微信 634626966,或者扫一扫微信二维码。备注“网站”
3、系统安装只限定于帝国cms,并且支持php,虚拟主机,请选择linux系统
4、【收费说明】制作企业网站,我是这么收费的!