コード例 #1
0
ファイル: ZonedDateTime.php プロジェクト: brick/date-time
 /**
  * Returns the `LocalDate` part of this `ZonedDateTime`.
  *
  * @return LocalDate
  */
 public function getDate()
 {
     return $this->localDateTime->getDate();
 }