I'm trying to read the install date from WMI (Win32_OperatingSystem.InstallDate
). The return value looks like this: 20091020221246.000000+180. How can I get a valid Date?
views:
216answers:
3
+1
A:
maybe this helps: http://technet.microsoft.com/en-us/library/ee156576.aspx
Joe Meyer
2009-12-20 13:13:19
+2
A:
MagWMI from Magenta Systems contains MagWmiDate2DT() that does this.
davea
2009-12-21 07:41:10