I have a CSV File which has a DateTime Column that i used php to alter in order for it to be in this format, 02/18/2013 03:53:48 PM
But when this file is opened up in excel all the formats are changed to this format, 02/18/2013 15:53
Now this would not be a problem for me to look at or deal with but i want the end user to not have to look at the time in a 24 hour format in excel. How do i make excel not change my format once the csv is opened AND allow the end user to sort this DateTime column without any issues. I am aware i can change the format of the date by formatting the cells once i open the file but i don't want the end user to even have to take this step.
I'd also like to point out that when i select a cell the formula bar will show my DateTime column in the format i want which baffles me.