gpt4 book ai didi

php - 从 PHP 中的变量创建 mysql 兼容日期

转载 作者:太空宇宙 更新时间:2023-11-03 12:24:54 25 4
gpt4 key购买 nike

我有一个字段设置为在 mysql 表中键入 date。我从用户那里得到日、月和年,现在我得到了这样的返回值:

[start_dateMonth] => 08 //$stardMonth
[start_dateDay] => 7 //$startDay
[start_dateYear] => 2013 //$startYear

如何将其转换为可以轻松插入数据库的有效日期?

这是我自己的代码,但由于某些原因,浏览器只显示一个没有源代码的空白屏幕:

$format = 'Y-m-d H:i:s';
$start = DateTime::createFromFormat($format, "$startYear-$startMonth-$startDay $startHour:$startMinutes:00");

echo $start;

最佳答案

最明确的形式可能是 2013-08-07 ... 但其他形式也是可能的。咨询MySQL manual .

关于php - 从 PHP 中的变量创建 mysql 兼容日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18114545/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com