コード例 #1
0
 function offsetDate($o_minDay)
 {
     $date = Archive::offsetDate(new Date($this->date), $o_minDay);
     $this->date = $date->get();
 }