Ejemplo n.º 1
0
 /**
  * Checks if current date time is lower then given one
  * 
  * @param LDateTime $oDT
  * @return bool
  */
 public function isLowerThen(LDateTime $oDT)
 {
     return $this->unix() < $oDT->unix();
 }