php echsop 模板不能日期格式化

2025-01-07 20:49:57
推荐回答(2个)
回答1:

找到includes/cls_template.php
在大约640行,加入:

case 'time':
$p = 'date("Y-m-d H:i:s",' . $p . ')';
break;

前台模板调用:
时间:{$smarty.now|time}

回答2:

看看 你的日期是不是整型的时间戳。如果不是必须先strtotime