I'm trying to display information from my printer queues and I cannot figure how to convert the 'datetime' value returned in the "time submitted" item to a date and time. Here's my test code: test3()
Func test3()
Local $str, $objWMIService, $AllPrintJobs, $PrintJob
While 1
$objWMIService = Obj...