Linne Asked:2022-07-22 21:46:35 +0800 CST2022-07-22 21:46:35 +0800 CST 2022-07-22 21:46:35 +0800 CST sql中的日期格式? 772 同志们! 问题是: $this->db->query('INSERT INTO `posts` VALUES (:id, :title, datetime(), :text)', $params) 以格式保存日期yyyy-mm-dd hh:mm:ss,但您需要这样dd.mm.yyyy hh:mm:ss。如何实施? php datetime 1 个回答 Voted Best Answer Linne 2022-07-22T22:44:51+08:002022-07-22T22:44:51+08:00 你可以这样做strftime("%d.%m.%Y %H:%M"):但正如 u_mulder 同志所建议的那样,这是权宜之计 :)
你可以这样做
strftime("%d.%m.%Y %H:%M")
:但正如 u_mulder 同志所建议的那样,这是权宜之计 :)