gpt4 book ai didi

php - 将日期转换为Mysql日期格式php

转载 作者:可可西里 更新时间:2023-11-01 07:47:12 25 4
gpt4 key购买 nike

我的数据库中有这种日期格式

19th April 2013

我想把它转换成

2013-04-19

我已经使用了 if,else 条件,但是它变得太长太复杂了。有没有内置函数??

最佳答案

使用 PHP 的 date 函数

date("Y-m-d",strtotime("19th April 2013"));

关于php - 将日期转换为Mysql日期格式php,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16139696/

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