class Poodle\DateTimeExtends: DateTime Implements: DateTimeInterface, JsonSerializable, Stringable
Constants string ATOM string COOKIE integer GREGORIAN string ISO8601 string ISO8601_EXPANDED string JSON_FORMAT integer LOCAL string NUMBER_FORMAT string RFC1036 string RFC1123 string RFC2822 string RFC3339 string RFC3339_EXTENDED string RFC7231 string RFC822 string RFC850 string RSS integer SOLAR_HIJRI string STRING_FORMAT integer UTC string W3C
Properties public $format
Methods public static createFromFormat ( $format, $time, $timezone = NULL ) createFromNumber ( $time ) public __construct ( $time = NULL, $timezone = NULL ) __toString ( ) alter ( $mod ) asNumber ( $microseconds = false ) diffTime ( DateTimeInterface $datetime2, $absolute = false ) format ( $format, $type = 0 ) formatSolarHijri ( $format ) getCSSClasses ( ) getTransitionsBetween ( DateTimeInterface $date ) isDST ( ) isSameDay ( DateTimeInterface $datetime ) isToday ( ) jsonSerialize ( ) setTimezone ( $timezone )
Inherited methods public static DateTime::__set_state ( array $array ) DateTime::createFromImmutable ( DateTimeImmutable $object ) DateTime::createFromInterface ( DateTimeInterface $object ) DateTime::getLastErrors ( ) public DateTime::__serialize ( ) DateTime::__unserialize ( array $data ) DateTime::__wakeup ( ) DateTime::add ( DateInterval $interval ) DateTime::diff ( DateTimeInterface $targetObject, bool $absolute = false ) DateTime::getOffset ( ) DateTime::getTimestamp ( ) DateTime::getTimezone ( ) DateTime::modify ( string $modifier ) DateTime::setDate ( int $year, int $month, int $day ) DateTime::setISODate ( int $year, int $week, int $dayOfWeek = 1 ) DateTime::setTime ( int $hour, int $minute, int $second = 0, int $microsecond = 0 ) DateTime::setTimestamp ( int $timestamp ) DateTime::sub ( DateInterval $interval )
|