gpt4 book ai didi

php - 将时间戳转换为可读的日期/时间 PHP

转载 作者:IT老高 更新时间:2023-10-28 11:39:48 26 4
gpt4 key购买 nike

我在 session 中存储了一个时间戳 (1299446702)。

如何在 PHP 中将其转换为可读的日期/时间?我试过srttotime等都无济于事。

最佳答案

使用 PHP 的 date()功能。

例子:

echo date('m/d/Y', 1299446702);

关于php - 将时间戳转换为可读的日期/时间 PHP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5213528/

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