Esempio n. 1
0
 public function DateDiff(Datum $date)
 {
     return (int) (abs($this->InSeconds() - $date->InSeconds()) / 3600 / 24);
 }