// 时间格式转时间戳 strtotime($item['addtime']) // 时间戳转时间格式 date('Y-m-d H:i:s', strtotime($item['addtime']))