I have many csv files that look kinda like this
The "Install Date" is picked up directly from the registry, and as you can see, they are not all formated the same.
There are two formats of dates in the registry
yyyymmdd and mm/dd/yyyy
The date format that I would like all of them to be is mm/dd/yyyy
If anybody can help me get a simple script that is able to capture the yyyymmdd format and convert it to mm/dd/yyyy.
Thank you.
Code:
Inventory Date,Product Name,Version,Install Date,Status,Host Name
12/15/2010,Adobe Acrobat 9 Pro,9.0.0,11/5/2010,Installed,ERM-10162045
12/15/2010,ArcGIS Desktop,9.3.3500,20091217,Installed,ERM-10162045
12/15/2010,Microsoft Access 2002,10.0.2627.01,20091002,Installed,ERM-10162045
12/15/2010,CanVis 2.3,,,Installed,ERM-10162045]
The "Install Date" is picked up directly from the registry, and as you can see, they are not all formated the same.
There are two formats of dates in the registry
yyyymmdd and mm/dd/yyyy
The date format that I would like all of them to be is mm/dd/yyyy
If anybody can help me get a simple script that is able to capture the yyyymmdd format and convert it to mm/dd/yyyy.
Thank you.