Ejemplo n.º 1
0
 /**
  * @param HammerTime $otherDate
  * @return bool
  */
 public function isSameDate(HammerTime $otherDate)
 {
     return $this->copy()->startOfDay()->eq($otherDate->copy()->startOfDay());
 }