默认是显示:
年-月-日
但是无法查看到发帖的具体时间
在
source/module/forum/forum_guide.php文件中
将807行
$thread['dateline'] = dgmdate($thread['dateline'], 'u', '9999', getglobal('setting/dateformat'));替换成
$thread['dateline'] = dgmdate($thread['dateline'], 'u');时间显示格式被改成
年-月-日 时:分

本文介绍了一种在论坛系统中调整帖子发布时间显示格式的方法,通过简单修改源代码中的几行,可以使得发帖时间更加精确,具体到小时和分钟。
2万+

被折叠的 条评论
为什么被折叠?



