gpt4 book ai didi

php - 只显示月份和日期

转载 作者:行者123 更新时间:2023-11-28 23:34:01 28 4
gpt4 key购买 nike

我在 MySQL 中有一个日期类型的列 (yyyy-mm-dd)。我只想在 php 网页上显示月份缩写和日期。我不想显示年份。我确实看过 http://php.net/manual/en/function.date.php但编码不是我每天都做的事情。

最佳答案

使用 date_format 来做到这一点:

mysql> select date_format('2016-01-02', '%b %e');
+------------------------------------+
| date_format('2016-01-02', '%b %e') |
+------------------------------------+
| Jan 2 |
+------------------------------------+
1 row in set (0.00 sec)

关于php - 只显示月份和日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36347819/

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