2009年11月26日

計算出當天的幾天後的某段日期?

for ($i=7; $i<=14; $i++){
  print date("Y/m/d", strtotime("+$i days", time()) );
}

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。