修改方法:
一、使用帝国CMS默认评论解决办法
路径:e/pl/more/index.php
找到:
$saytime=date('Y-m-d H:i:s',$r['saytime']);
修改为:
$saytime=date('Y-m-d ',$r['saytime']);
二、使用官方分页插件解决办法
路径:e/extend/infocomment/template/index.temp.php
找到:
$saytime=date('Y-m-d H:i:s',$r['saytime']);
修改为:
$saytime=date('Y-m-d ',$r['saytime']);