Ejemplo n.º 1
0
 function isToday()
 {
     $date = new BrDateTime();
     return $date->isSameDate($this);
 }