gpt4 book ai didi

php - 将日期转换为此格式

转载 作者:太空狗 更新时间:2023-10-29 13:58:03 24 4
gpt4 key购买 nike

我有一个这种格式的日期:

   24-12-2010 // DAY - MONTH - YEAR

我需要以这种格式获取它:

   1995-12-31T23:59:59.999Z // The Z is for the TimeZone I think.

查看此链接:

http://lucene.apache.org/solr/api/org/apache/solr/schema/DateField.html

上面的链接是我需要日期的方式。

我现在正在使用 PHP,所以这需要使用 PHP。如何以最简单的方式转换这些日期?

谢谢

最佳答案

这是一个ISO8601格式的日期;以下是您想要的。

gmdate('Y-m-d\TH:i:s\Z', strtotime($date_value));

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

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