How do I use strtotime to give me the date for "thursday after next"
more so, the thursday after next week's thursday.
I know there is next Thursday
but what about next next Thursday
?
Initially I was thinking +1 next Thursday
but I am really unsure
strtotime("next Thursday", strtotime("next Thursday"));
This will give you the next thurday relative to the next thursday