我需要做的是将MySQL数据时间字段Col_step_1 = std(A, 1, 1);
Col_final = std(Col_step_1, 1);
转换为d / m / Y h:i:s。我尝试了各种选项,包括intkdate
,但它只是错误。如果有人能指出正确的方法,我将不胜感激。
strtotime
答案 0 :(得分:-1)
这对我有用
$query = 'SELECT "id","date inkdate","user","activity" FROM genes
'. 'FROM act'. 'WHERE "activity" = '. 'Recycle' . 'AND "new" = '. 0 . 'ORDER BY "date"'.'DESC';
但是,如果你没有在select和引号之间放置列,有时它会起作用。