当前位置:Gxlcms > PHP教程 > 求一个时间戳

求一个时间戳

时间:2021-07-01 10:21:17 帮助过:1人阅读

请大神,写一条php语句,打印:

“下周一10:20”的时间戳


回复讨论(解决方案)

echo strtotime(date('Y-m-d 10:20:00', strtotime('next week')));

echo strtotime(date('Y-m-d 10:20:00', strtotime('next week')));



呵呵,这个是以现在的时间加一周的结果;直接执行后,是下周二的10:20

是吗?
我有忽悠你的必要吗?

sorry,我的错,给分了!

人气教程排行