gpt4 book ai didi

php - 日期格式 PHP 但完整的月份名称

转载 作者:可可西里 更新时间:2023-11-01 07:46:29 24 4
gpt4 key购买 nike

我需要这个:

12 November, 1997

重新格式化为:

1997-11-12

要包含在 MySQL 数据库中,但我正在为完整的月份名称而苦苦挣扎,这可能吗?

谢谢

达伦

最佳答案

$tempDate = '2013-06-09';
$day = date('l', strtotime( $tempDate));// will gives you the week day name
$month = date('jS F Y',strtotime($tempDate));// will format like date 9th June 2013

关于php - 日期格式 PHP 但完整的月份名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7998715/

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