I have a date column with thousands of lines (obtained from some external source) in the following format:- mm/dd/yyyy hh:mm (e.g. 07/20/2009 18:30). When I opened the file, anything with day >12 gets classified as text rather than date, anything with day <13 gets misinterpreted with the month and day switched round. Is there a way to get this column formatted as it is without having to change any system setting?