Beispiel #1
0
 function isTomorrow()
 {
     $yesterday = new BrDateTime();
     $yesterday->incDay(1);
     return $this->isSameDate($yesterday);
 }