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)/] |
内容页
{wmd:field.pubdate function=tranTime(@me)/}
|
The End


大气响应式网络建站服务公司织梦模板
高端大气html5设计公司网站源码
织梦dede网页模板下载素材销售下载站平台(带会员中心带筛选)
财税代理公司注册代理记账网站织梦模板(带手机端)
成人高考自考在职研究生教育机构网站源码(带手机端)
高端HTML5响应式企业集团通用类网站织梦模板(自适应手机端)