获取接下来 3 周的下周二和周三的日期


get the date of next tuesday and wednesday for the next 3 weeks

我有一个drupal 7网站,我需要创建一个选择列表,其中包含接下来3周的下一个星期二和星期四的日期(总共6个日期)。它需要处于 php 模式

"获取接下来 3 周的下周二和周三的日期"

假设这是个问题:

strtotime("next Tuesday"); strtotime("next Tuesday +1 week"); strtotime("next Tuesday +2 weeks");等。。。

http://php.net/manual/en/function.strtotime.php