简体   繁体   English

PHP的strtotime“下一个星期四”

[英]php strtotime “thursday after next”

How do I use strtotime to give me the date for "thursday after next" 如何使用strtotime给我“下一个星期四”的日期

more so, the thursday after next week's thursday. 更重要的是,下周的星期四之后的星期四。

I know there is next Thursday but what about next next Thursday ? 我知道next Thursday但是next next Thursday呢?

Initially I was thinking +1 next Thursday but I am really unsure 最初我想+1 next Thursday进行+1 next Thursday但我不确定

strtotime("next Thursday", strtotime("next Thursday"));

相对于下个星期四,这将给您下个星期四

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM