Beispiel #1
0
 /**
  * Returns the days between Start and Stop
  * @return int
  */
 public function getDaysBetween()
 {
     return $this->start->diff($this->end)->d;
 }