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