gpt4 book ai didi

php - 更改 MySQL date_format 中的月份名称?

转载 作者:行者123 更新时间:2023-11-29 14:15:42 24 4
gpt4 key购买 nike

在进行 SQL 查询后,如何将月份名称从 October(英语)更改为 Oktober(丹麦语)。

查询:
SELECT id, name, date_format(timestamp, '%M %e, %Y %l:%i %p') real_timestamp FROM comments WHERE active='yes'

最佳答案

只需使用str_replace函数

$result = str_replace("October", "Oktober", $result);

参见str_replace

关于php - 更改 MySQL date_format 中的月份名称?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12735764/

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