Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 strtotime 给我“下一个星期四”的日期
更何况下周星期四之后的星期四。
我知道有,next Thursday但是呢next next Thursday?
next Thursday
next next Thursday
起初我在想+1 next Thursday,但我真的不确定
+1 next Thursday
strtotime("next Thursday", strtotime("next Thursday"));
这将给你下一个星期四相对于下一个星期四