示例#1
0
 /**
  * Returns the `LocalDate` part of this `ZonedDateTime`.
  *
  * @return LocalDate
  */
 public function getDate()
 {
     return $this->localDateTime->getDate();
 }