unixtojd
Introduzione
Estensioni correlate a calendari ed eventi
PHP Manual
Date and Time
Introduzione
Installazione/Configurazione
Requisiti
Installazione
Configurazione di Runtime
Tipi di risorse
Costanti predefinite
DateTime
— La classe DateTime
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::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
Date/Time Funzioni
checkdate
— Valida una data gregoriana
date_add
— Alias di DateTime::add
date_create_from_format
— Alias di DateTime::createFromFormat
date_create_immutable_from_format
— Alias di DateTimeImmutable::createFromFormat
date_create_immutable
— Alias di DateTimeImmutable::__construct
date_create
— Alias di DateTime::__construct
date_date_set
— Alias di 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
— Alias di DateTime::diff
date_format
— Alias di DateTime::format
date_get_last_errors
— Alias di DateTime::getLastErrors
date_interval_create_from_date_string
— Alias di DateInterval::createFromDateString
date_interval_format
— Alias di DateInterval::format
date_isodate_set
— Alias di DateTime::setISODate
date_modify
— Alias di DateTime::modify
date_offset_get
— Alias di 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 di 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 di DateTime::setTime
date_timestamp_get
— Alias di DateTime::getTimestamp
date_timestamp_set
— Alias di DateTime::setTimestamp
date_timezone_get
— Alias di DateTime::getTimezone
date_timezone_set
— Alias di DateTime::setTimezone
date
— Formatta una data o orario locale
getdate
— Riceve informazioni su data/orario
gettimeofday
— Riceve l'orario attuale
gmdate
— Formatta una data/ora GMT/UTC
gmmktime
— Riceve l'UNIX timestamp per una data GMT
gmstrftime
— Formatta una data/ora GMT/UTC secondo i parametri locali
idate
— Format a local time/date as integer
localtime
— Riceve l'orario locale
microtime
— Restituisce l'attuale UNIX timestamp con i microsecondi
mktime
— Restituisce la UNIX timestamp per una data
strftime
— Formatta una data/orario locale accordandola/o alle impostazioni locali according to locale settings
strptime
— Parse a time/date generated with strftime
strtotime
— Analizza le descrizioni testuali di datetime in Inglese nell'UNIX timestamp
time
— Restituisce l'attuale UNIX timestamp
timezone_abbreviations_list
— Alias di DateTimeZone::listAbbreviations
timezone_identifiers_list
— Alias di DateTimeZone::listIdentifiers
timezone_location_get
— Alias di DateTimeZone::getLocation
timezone_name_from_abbr
— Returns the timezone name from abbreviation
timezone_name_get
— Alias di DateTimeZone::getName
timezone_offset_get
— Alias di DateTimeZone::getOffset
timezone_open
— Alias di DateTimeZone::__construct
timezone_transitions_get
— Alias di DateTimeZone::getTransitions
timezone_version_get
— Gets the version of the timezonedb
Supported Date and Time Formats
Time Formats
Date Formats
Compound Formats
Relative Formats
elenco delle Timezone supportate
Africa
America
Antartide
Artico
Asia
Atlantico
Australia
Europa
Indiano
Pacifico
Altri
unixtojd
Introduzione
Estensioni correlate a calendari ed eventi
PHP Manual