converting excel csv file from history

 
Does anyone know how to convert the history data that is in excel csv with full stop in the date area to one that has comma in the date. I have my own little program that i use to draw up the chart, so i need to convert what the gotrader data has to commas', any help would be great.
 
ZunTzu:
Does anyone know how to convert the history data that is in excel csv with full stop in the date area to one that has comma in the date.......

You can do that in Excel. Use the Left(...), Mid(....), and Right(...) functions.

Reason: