gpt4 book ai didi

php - 检测 PHP 字符串中的特定日期类型

转载 作者:搜寻专家 更新时间:2023-10-31 21:47:26 25 4
gpt4 key购买 nike

好的,我正在使用一个库从 X 网站获取一些字符串,这个字符串看起来像:

2019 年 3 月 17 日,16:08:43 CET 死于 Gaz'haragoth 的 418 级。

if($player->getDeaths()) {
$mystring = $player->getDeaths()[0];
$dateString = preg_replace("/\([^)]+\)/","",$mystring);
$date = new DateTime($dateString);
echo $date->format('Y-m-d H:i:s');
}

这就是我的代码现在的样子,我怎么能只得到“2019 年 3 月 17 日,16:08:43”?

谢谢!

最佳答案

echo substr("Mar 17 2019, 16:08:43 CET Died at Level 418 by Gaz'haragoth.", 0, 21);

关于php - 检测 PHP 字符串中的特定日期类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55698105/

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