我正在使用strtotime("next week")来获取下周的时间戳。现在我需要获取“下周”的“下周”的时间戳,即2周后。

有人可以帮助...

-venkat nehatha

最佳答案

尝试这个:
'Next 2 Week: '.strtotime('+2 week');

关于php - php:如何获取2周后的时间戳记,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/7200224/

10-09 03:57