Esempio n. 1
0
 public function add($interval)
 {
     MKrono::dateAdd($this->datetime, $interval);
     return $this;
 }