Date/Time
PHP Manual

The DatePeriod class

Введение

Representation of date period.

Обзор классов

DatePeriod implements Traversable {
/* Константы */
const integer DatePeriod::EXCLUDE_START_DATE = 1 ;
/* Методы */
public __construct ( DateTime $start , DateInterval $interval , int $recurrences [, int $options ] )
public __construct ( DateTime $start , DateInterval $interval , DateTime $end [, int $options ] )
public __construct ( string $isostr [, int $options ] )
}

Предопределенные константы

DatePeriod Node Types

DatePeriod::EXCLUDE_START_DATE

Exclude start date, used in DatePeriod::__construct().

Содержание


Date/Time
PHP Manual