DateInterval
PHP Manual

DateInterval::createFromDateString

(No version information available, might be only in CVS)

DateInterval::createFromDateStringSets up a DateInterval from the relative parts of the string

Beschreibung

public static DateInterval DateInterval::createFromDateString ( string $time )

Uses the normal date parsers and sets up a DateInterval from the relative parts of the parsed string.

Parameter-Liste

time

Date with relative parts.

Rückgabewerte

Returns new DateInterval instance if success.


DateInterval
PHP Manual