我正在尝试从 php Codeigniter 中的 mysql 数据库打印时间戳格式的日期和时间,但这会给我一条错误消息:
A non well formed numeric value encountered
我的代码:
if ($userTasks) {
foreach ($userTasks as $key) {
echo time_convert($key->t_time);
}
}
public function time_convert($timestamp){
return date('l Y/m/d H:i', $timestamp);
}
当年话下
翻过高山走不出你