variant_date_to_timestamp
(PHP 5)
variant_date_to_timestamp — Converts a variant date/time value to Unix timestamp
Descrizione
Converts variant from a VT_DATE
(or similar) value into a Unix timestamp. This allows easier
interopability between the Unix-ish parts of PHP and COM.
Elenco dei parametri
-
variant -
The variant.
Valori restituiti
Returns a unix timestamp.
Vedere anche:
- variant_date_from_timestamp() - Returns a variant date representation of a Unix timestamp
- date() - Formatta una data o orario locale
- strftime() - Formatta una data/orario locale accordandola/o alle impostazioni locali according to locale settings
There are no user contributed notes for this page.
