GoLang variant_date_to_timestamp

request it (310)
GoLang replacement for PHP's variant_date_to_timestamp [edit | history]



Do you know a GoLang replacement for PHP's variant_date_to_timestamp? Write it!

PHP variant_date_to_timestamp

PHP original manual for variant_date_to_timestamp [ show | php.net ]

variant_date_to_timestamp

(PHP 5, PHP 7)

variant_date_to_timestampConverts a variant date/time value to Unix timestamp

Description

int variant_date_to_timestamp ( variant $variant )

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.

Parameters

variant

The variant.

Return Values

Returns a unix timestamp.

See Also