在Smarty模板引擎格式化时间戳
标签 smarty 下的日志" href="http://jerryji.cn/tag/smarty-2" rel="tag">smarty 常量输出:
{$smarty.now|date_format:”%Y-%m-%d %H:%M:%S”}
ThinkPHP模板引擎格式化方法:
{$create_time|date=”Y-m-d”,###}