unixtojd
Introducere
Extensii referitoare la dată și oră
PHP Manual
Date and Time
Introducere
Instalarea / configurarea
Necesități
Instalarea
Configurația la rulare
Tipurile resurselor
Constante predefinite
Exemple
DateTime Arithmetic
DateTime
— The DateTime class
DateTime::add
— Adds an amount of days, months, years, hours, minutes and seconds to a DateTime object
DateTime::__construct
— Returns new DateTime object
DateTime::createFromFormat
— Parses a time string according to a specified format
DateTime::getLastErrors
— Returns the warnings and errors
DateTime::modify
— Alters the timestamp
DateTime::__set_state
— The __set_state handler
DateTime::setDate
— Sets the date
DateTime::setISODate
— Sets the ISO date
DateTime::setTime
— Sets the time
DateTime::setTimestamp
— Sets the date and time based on an Unix timestamp
DateTime::setTimezone
— Sets the time zone for the DateTime object
DateTime::sub
— Subtracts an amount of days, months, years, hours, minutes and seconds from a DateTime object
DateTimeImmutable
— The DateTimeImmutable class
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
— The 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
— The DateTimeZone class
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
— The DateInterval class
DateInterval::__construct
— Creates a new DateInterval object
DateInterval::createFromDateString
— Sets up a DateInterval from the relative parts of the string
DateInterval::format
— Formats the interval
DatePeriod
— The DatePeriod class
DatePeriod::__construct
— Creates a new DatePeriod object
DatePeriod::getDateInterval
— Gets the interval
DatePeriod::getEndDate
— Gets the end date
DatePeriod::getStartDate
— Gets the start date
Funcții de Dată/Timp
checkdate
— Validează o dată Gregoriană
date_add
— Pseudonim pentru DateTime::add
date_create_from_format
— Pseudonim pentru DateTime::createFromFormat
date_create_immutable_from_format
— Pseudonim pentru DateTimeImmutable::createFromFormat
date_create_immutable
— Pseudonim pentru DateTimeImmutable::__construct
date_create
— Pseudonim pentru DateTime::__construct
date_date_set
— Pseudonim pentru DateTime::setDate
date_default_timezone_get
— Gets the default timezone used by all date/time functions in a script
date_default_timezone_set
— Sets the default timezone used by all date/time functions in a script
date_diff
— Pseudonim pentru DateTime::diff
date_format
— Pseudonim pentru DateTime::format
date_get_last_errors
— Pseudonim pentru DateTime::getLastErrors
date_interval_create_from_date_string
— Pseudonim pentru DateInterval::createFromDateString
date_interval_format
— Pseudonim pentru DateInterval::format
date_isodate_set
— Pseudonim pentru DateTime::setISODate
date_modify
— Pseudonim pentru DateTime::modify
date_offset_get
— Pseudonim pentru 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
— Pseudonim pentru 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
— Pseudonim pentru DateTime::setTime
date_timestamp_get
— Pseudonim pentru DateTime::getTimestamp
date_timestamp_set
— Pseudonim pentru DateTime::setTimestamp
date_timezone_get
— Pseudonim pentru DateTime::getTimezone
date_timezone_set
— Pseudonim pentru DateTime::setTimezone
date
— Formatează o oră/dată
getdate
— Obține informația despre dată/oră
gettimeofday
— Obține timpul curent
gmdate
— Formatează o dată/oră GMT/UTC
gmmktime
— Obține momentul de timp Unix pentru o dată GMT
gmstrftime
— Formatează o dată/oră GMT/UTC în conformitate cu setările locale
idate
— Format a local time/date as integer
localtime
— Obține timpul local
microtime
— Întoarce timpul curent Unix cu microsecunde
mktime
— Obține timestamp-ul Unix pentru o dată și oră
strftime
— Formatează o oră/dată locală în conformitate cu setările locale
strptime
— Parse a time/date generated with strftime
strtotime
— Translează aproape orice descriere textuală în limba engleză a datei și orei într-un timestamp Unix
time
— Întoarce timpul curent Unix
timezone_abbreviations_list
— Pseudonim pentru DateTimeZone::listAbbreviations
timezone_identifiers_list
— Pseudonim pentru DateTimeZone::listIdentifiers
timezone_location_get
— Pseudonim pentru DateTimeZone::getLocation
timezone_name_from_abbr
— Returns the timezone name from abbreviation
timezone_name_get
— Pseudonim pentru DateTimeZone::getName
timezone_offset_get
— Pseudonim pentru DateTimeZone::getOffset
timezone_open
— Pseudonim pentru DateTimeZone::__construct
timezone_transitions_get
— Pseudonim pentru DateTimeZone::getTransitions
timezone_version_get
— Gets the version of the timezonedb
Supported Date and Time Formats
Time Formats
Date Formats
Compound Formats
Relative Formats
Lista zonelor orare susținute
Africa
America
Antarctica
Arctica
Asia
Atlantica
Australia
Europa
India
Pacificul
Altele
unixtojd
Introducere
Extensii referitoare la dată și oră
PHP Manual