Postman
2010-09-23 09:03:28 UTC
Right, I'm trying to upload a batch file which needs to have this format as date/time:
YYYY/MM/DD hh:mm:ss
The raw file that I have currently has the date as:
DD/MM/YYYY hh:mm:ss
But of course this is in fact just a number that Excel interprets and displays as a date.
So how do I change this number to plain text and in the correct date format?? Note that the batch file must be a CSV file, so it has to be plain text date in the format that I want.
Pleeeeeeeeeeease help me out. Real nightmare for me at the moment!
Many many thanks!