I have a csv file with a date & time column, where the dates are in the form YYYY-mm-dd HH:MM:SS, for example 2006-06-16 11:23:13
The problem is that excel doesn't interpret these cells as dates & times. If I manually enter a date in this format, it recognizes it as a date, but not when I read a whole column of them from a file. I've tried defining a custom date format, but it's not working.
Any ideas?
The problem is that excel doesn't interpret these cells as dates & times. If I manually enter a date in this format, it recognizes it as a date, but not when I read a whole column of them from a file. I've tried defining a custom date format, but it's not working.
Any ideas?