gpt4 book ai didi

javascript - 使用php将印度标准时间转换为mysql日期时间格式

转载 作者:行者123 更新时间:2023-11-29 12:40:01 24 4
gpt4 key购买 nike

我有我的印度标准时间,

Wed Oct 08 2014 07:40:00 GMT 0530(印度标准时间),由 javascript 创建,

现在我想将这种格式更改为2014-11-10 07:40:00以存储在mysql中。

我该怎么做。

最佳答案

希望这对你有帮助

$date = "Wed Oct 08 2014 07:40:00";
echo date('Y-m-d h:i:s',strtotime($date));

输出

2014-10-08 07:40:00

关于javascript - 使用php将印度标准时间转换为mysql日期时间格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26250090/

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