//将二维数组的时间戳改为 年-月-日 格式 foreach ($list as $key=>$value) { $list[$key]['add_time'] = date('Y-m-d',$list[$key]['add_time']); }