Thinkphp 模板 格式化Unix时间戳

在Smarty模板引擎格式化时间戳

smarty 常量输出:

{$smarty.now|date_format:”%Y-%m-%d %H:%M:%S”}

Thinkphp模板引擎格式化方法:

{$create_time|date=”Y-m-d”,###}

原文地址:https://www.cnblogs.com/tdalcn/p/2318991.html