|
|
1
2
你可能想看看strtotime: http://php.net/manual/en/function.strtotime.php 你可以循环这个过程,直到你达到周期的末尾(在本例中是52周)。
|
|
|
2
0
新的php date函数有一个 add 可用于生成所有这些日期的方法。
|
|
|
3
0
这是重复天数的一个例子。 此函数在一段时间内每周返回一个重复日期。 示例:所有星期四从2010年5月6日开始,为期52周。
|