DatePeriod::getEndDate() - php 日期时间类
DatePeriod::getEndDate()
(PHP 5 >= 5.6.5, PHP 7)
Gets the end date
说明
面向对象风格publicDatePeriod::getEndDate(void): DateTimeInterface
Gets the end date of the period.
参数
此函数没有参数。
返回值
ReturnsNULL
if theDatePerioddoes not have an end date. For example, when initialized with the$recurrencesparameter, or the$isostrparameter without an end date.
Returns aDateTimeImmutableobjectwhen theDatePeriodis initialized with aDateTimeImmutableobjectas the$endparameter.
Returns aDateTimeobjectotherwise.
范例
Example #1DatePeriod::getEndDate()example
以上例程会输出:
2016-05-20T00:00:00+0000
Example #2DatePeriod::getEndDate()without an end date
以上例程会输出:
NULL
参见
- DatePeriod::getStartDate() Gets the start date
- DatePeriod::getDateInterval() Gets the interval
Why can't I ask for end date on a period based on recurrences? I understand I never specified such a property, but it's a really easy calculation... shouldn't it be built in?
鹏仔微信 15129739599 鹏仔QQ344225443 鹏仔前端 pjxi.com 共享博客 sharedbk.com
图片声明:本站部分配图来自网络。本站只作为美观性配图使用,无任何非法侵犯第三方意图,一切解释权归图片著作权方,本站不承担任何责任。如有恶意碰瓷者,必当奉陪到底严惩不贷!