Hi,
I have been using the COM module in PHP to some success interacting with a COM automation server. However, I have hit problem with a property that returns a Date type (VT_DATE).
When calling the property I always get returned the value -1. I tried using new VARIANT but that just produces an error.
$start_time = $COM_object->StartTime;