예제 #1
0
파일: Date.php 프로젝트: kl07/datetime
 /**
  * Returns a new Date object representing the end of the current month.
  *
  * @return  Date
  *
  * @since   2.0.0
  */
 public function endOfMonth()
 {
     return new static($this->datetime->endOfMonth());
 }