Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在phpfox中显示日期和时间
{$aSample.post_date|date:'core.global_update_time'}
此 html 代码显示
1970 年 1 月 1 日
这次只是不是来自 sql 表的正确日期和时间
我想要这样的景色
2013 年 7 月 15 日星期一上午 8 点 59 分
或者
2013 年 7 月 15 日 20:01:03
从此处(?do=/admincp/setting/add/)创建一个包含值的新设置"F m,Y H:i:s"并替换'core.global_update_time'为新设置名称
?do=/admincp/setting/add/
"F m,Y H:i:s"
'core.global_update_time'