Datum und Uhrzeit
- Einführung
- Installation/Konfiguration
- Vordefinierte Konstanten
- DateTime — Die DateTime Klasse
- DateTime::add — Addiert einen Wert von Tagen, Monaten, Jahren, Stunden, Minuten und Sekunden zu einem DateTime-Objekt
- DateTime::__construct — Returns new DateTime object
- DateTime::createFromFormat — Returns new DateTime object formatted according to the specified format
- DateTime::getLastErrors — Gibt die Warnungen und Fehler zurück
- DateTime::modify — Ändert den Zeitstempel
- DateTime::__set_state — Der __set_state Handler
- DateTime::setDate — Sets the date
- DateTime::setISODate — Sets the ISO date
- DateTime::setTime — Sets the time
- DateTime::setTimestamp — Legt Datum und Zeit basierend auf einem Unix-Zeitstempel fest
- DateTime::setTimezone — Legt die Zeitzone für ein DateTime Objekt fest
- DateTime::sub — Subtrahiert eine Anzahl von Tagen, Monaten, Jahren, Stunden, Minuten und Sekunden von einem DateTime-Objekt.
- DateTimeImmutable — Die DateTimeImmutable Klasse
- DateTimeImmutable::add — Adds an amount of days, months, years, hours, minutes and seconds
- DateTimeImmutable::__construct — Returns new DateTimeImmutable object
- DateTimeImmutable::createFromFormat — Returns new DateTimeImmutable object formatted according to the specified format
- DateTimeImmutable::createFromMutable — Returns new DateTimeImmutable object encapsulating the given DateTime object
- DateTimeImmutable::getLastErrors — Returns the warnings and errors
- DateTimeImmutable::modify — Creates a new object with modified timestamp
- DateTimeImmutable::__set_state — The __set_state handler
- DateTimeImmutable::setDate — Sets the date
- DateTimeImmutable::setISODate — Sets the ISO date
- DateTimeImmutable::setTime — Sets the time
- DateTimeImmutable::setTimestamp — Sets the date and time based on an Unix timestamp
- DateTimeImmutable::setTimezone — Sets the time zone
- DateTimeImmutable::sub — Subtracts an amount of days, months, years, hours, minutes and seconds
- DateTimeInterface — Das DateTimeInterface Interface
- DateTime::diff — Returns the difference between two DateTime objects
- DateTime::format — Returns date formatted according to given format
- DateTime::getOffset — Returns the timezone offset
- DateTime::getTimestamp — Gets the Unix timestamp
- DateTime::getTimezone — Return time zone relative to given DateTime
- DateTime::__wakeup — The __wakeup handler
- DateTimeZone — Die DateTimeZone Klasse
- DateTimeZone::__construct — Creates new DateTimeZone object
- DateTimeZone::getLocation — Returns location information for a timezone
- DateTimeZone::getName — Returns the name of the timezone
- DateTimeZone::getOffset — Returns the timezone offset from GMT
- DateTimeZone::getTransitions — Returns all transitions for the timezone
- DateTimeZone::listAbbreviations — Returns associative array containing dst, offset and the timezone name
- DateTimeZone::listIdentifiers — Returns a numerically indexed array containing all defined timezone identifiers
- DateInterval — Die DateInterval Klasse
- DateInterval::__construct — Erstellt ein neues DateInterval Objekt
- DateInterval::createFromDateString — Bildet ein DateInterval aus relativen Teilen des Strings
- DateInterval::format — Formats the interval
- DatePeriod — Die DatePeriod Klasse
- DatePeriod::__construct — Erstellt ein neues DatePeriod Objekt
- Datum/Uhrzeit Funktionen
- checkdate — Prüft ein Gregorianisches Datum auf Gültigkeit
- date_add — Alias von DateTime::add
- date_create_from_format — Alias von DateTime::createFromFormat
- date_create_immutable_from_format — Alias von DateTimeImmutable::createFromFormat
- date_create_immutable — Alias von DateTimeImmutable::__construct
- date_create — Alias von DateTime::__construct
- date_date_set — Alias von DateTime::setDate
- date_default_timezone_get — Gets the default timezone used by all date/time functions in a script
- date_default_timezone_set — Setzt die Standardzeitzone, die von allen Datums- und Zeitfunktionen benutzt wird.
- date_diff — Alias von DateTime::diff
- date_format — Alias von DateTime::format
- date_get_last_errors — Alias von DateTime::getLastErrors
- date_interval_create_from_date_string — Alias von DateInterval::createFromDateString
- date_interval_format — Alias von DateInterval::format
- date_isodate_set — Alias von DateTime::setISODate
- date_modify — Alias von DateTime::modify
- date_offset_get — Alias von DateTime::getOffset
- date_parse_from_format — Get info about given date formatted according to the specified format
- date_parse — Returns associative array with detailed info about given date
- date_sub — Alias von DateTime::sub
- date_sun_info — Returns an array with information about sunset/sunrise and twilight begin/end
- date_sunrise — Returns time of sunrise for a given day and location
- date_sunset — Returns time of sunset for a given day and location
- date_time_set — Alias von DateTime::setTime
- date_timestamp_get — Alias von DateTime::getTimestamp
- date_timestamp_set — Alias von DateTime::setTimestamp
- date_timezone_get — Alias von DateTime::getTimezone
- date_timezone_set — Alias von DateTime::setTimezone
- date — Formatiert ein(e) angegebene(s) Ortszeit/Datum
- getdate — Gibt Datums- und Zeitinformationen zurück
- gettimeofday — Ermittelt die aktuelle Zeit
- gmdate — Formatiert eine GMT/UTC Zeit-/Datumsangabe
- gmmktime — Gibt einen Unix-Timestamp (Zeitstempel) für ein GMT Datum zurück
- gmstrftime — Formatiert eine Datum-/Zeitangabe in GMT/UTC-Format entsprechend den lokalen Einstellungen
- idate — Format a local time/date as integer
- localtime — Ermittelt die lokale Zeit
- microtime — Gibt den aktuellen Unix-Timestamp/Zeitstempel mit Mikrosekunden zurück
- mktime — Gibt den Unix-Timestamp/Zeitstempel für ein Datum zurück
- strftime — Formatiert eine Zeit-/Datumsangabe nach den lokalen Einstellungen
- strptime — Parse a time/date generated with strftime
- strtotime — Wandelt ein beliebiges in englischer Textform angegebenes Datum in einen UNIX-Zeitstempel (Timestamp) um
- time — Gibt den aktuellen Unix-Timestamp/Zeitstempel zurück
- timezone_abbreviations_list — Alias von DateTimeZone::listAbbreviations
- timezone_identifiers_list — Alias von DateTimeZone::listIdentifiers
- timezone_location_get — Alias von DateTimeZone::getLocation
- timezone_name_from_abbr — Gibt den Namen der Zeitzonenabkürzung zurück
- timezone_name_get — Alias von DateTimeZone::getName
- timezone_offset_get — Alias von DateTimeZone::getOffset
- timezone_open — Alias von DateTimeZone::__construct
- timezone_transitions_get — Alias von DateTimeZone::getTransitions
- timezone_version_get — Gets the version of the timezonedb
- Supported Date and Time Formats
- Liste unterstützter Zeitzonen