求一个时间戳
程序员文章站
2024-01-02 12:21:34
...
请大神,写一条php语句,打印:
“下周一10:20”的时间戳
呵呵,这个是以现在的时间加一周的结果;直接执行后,是下周二的10:20
“下周一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,我的错,给分了!