unixtojd
Введение
Расширения по работе с датой и временем
PHP Manual
Date and Time
Введение
Установка и настройка
Требования
Установка
Настройка во время выполнения
Типы ресурсов
Предопределенные константы
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
— Returns new DateTime object formatted according to the specified format
DateTime::diff
— Returns the difference between two DateTime objects
DateTime::format
— Returns date formatted according to given format
DateTime::getLastErrors
— Returns the warnings and errors
DateTime::getOffset
— Returns the timezone offset
DateTime::getTimestamp
— Gets the Unix timestamp
DateTime::getTimezone
— Return time zone relative to given DateTime
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
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 numerically index array with all timezone identifiers
DateInterval
— The DateInterval class
DateInterval::__construct
— Creates 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 new DatePeriod object
Date/Time Функции
checkdate
— Проверяет правильность даты по грегорианскому календарю
date_add
— Псевдоним DateTime::add
date_create_from_format
— Псевдоним DateTime::createFromFormat
date_create
— Псевдоним DateTime::__construct
date_date_set
— Псевдоним 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
— Псевдоним DateTime::diff
date_format
— Псевдоним DateTime::format
date_get_last_errors
— Псевдоним DateTime::getLastErrors
date_interval_create_from_date_string
— Псевдоним DateInterval::createFromDateString
date_interval_format
— Псевдоним DateInterval::format
date_isodate_set
— Псевдоним DateTime::setISODate
date_modify
— Псевдоним DateTime::modify
date_offset_get
— Псевдоним 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
— Псевдоним 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
— Псевдоним DateTime::setTime
date_timestamp_get
— Псевдоним DateTime::getTimestamp
date_timestamp_set
— Псевдоним DateTime::setTimestamp
date_timezone_get
— Псевдоним DateTime::getTimezone
date_timezone_set
— Псевдоним DateTime::setTimezone
date
— Форматирует системную дату/время
getdate
— Возвращает информацию о дате/времени
gettimeofday
— Возвращает текущее время
gmdate
— Форматирует дату/время по Гринвичу
gmmktime
— Возвращает метку времени Unix для времени по Гринвичу
gmstrftime
— Форматирует дату/время по Гринвичу с учетом текущей локали
idate
— Format a local time/date as integer
localtime
— Возвращает системное время
microtime
— Возвращает текущую метку времени Unix с микросекундами
mktime
— Возвращает метку времени для заданной даты
strftime
— Форматирует текущую дату/время с учетом текущей локали
strptime
— Parse a time/date generated with strftime
strtotime
— Преобразует текстовое представление даты на английском языке в метку времени Unix
time
— Возвращает текущую метку времени Unix
timezone_abbreviations_list
— Псевдоним DateTimeZone::listAbbreviations
timezone_identifiers_list
— Псевдоним DateTimeZone::listIdentifiers
timezone_location_get
— Псевдоним DateTimeZone::getLocation
timezone_name_from_abbr
— Returns the timezone name from abbreviation
timezone_name_get
— Псевдоним DateTimeZone::getName
timezone_offset_get
— Псевдоним DateTimeZone::getOffset
timezone_open
— Псевдоним DateTimeZone::__construct
timezone_transitions_get
— Псевдоним DateTimeZone::getTransitions
timezone_version_get
— Gets the version of the timezonedb
Supported Date and Time Formats
Time Formats
Date Formats
Compound Formats
Relative Formats
Список поддерживаемых часовых поясов
Африка
Америка
Антарктика
Арктика
Азия
Атлантика
Австралия
Европа
Индийский
Тихоокеанский
Другие
unixtojd
Введение
Расширения по работе с датой и временем
PHP Manual