Date/Time
PHP Manual

The DatePeriod class

Introducere

Representation of date period.

Sinopsisul clasei

DatePeriod implements Traversable {
/* Constante */
const integer DatePeriod::EXCLUDE_START_DATE = 1 ;
/* Metode */
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 ] )
}

Constante predefinite

DatePeriod Node Types

DatePeriod::EXCLUDE_START_DATE

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

Cuprins


Date/Time
PHP Manual