PHP.nl

variant_date_from_timestamp

variant_date_from_timestamp

Returns a variant date representation of a Unix timestamp

variant **variant_date_from_timestamp** int $timestamp

Converts from a unix timestamp value into a variant of type . This allows easier interopability between the unix-ish parts of PHP and COM. timestamp``VT_DATE

timestampA unix timestamp.

Returns a variant. VT_DATE

variant_date_to_timestamp``mktime``time