Date-Time Format Problem
Date Time Format Problem Greetings, I am having an issue with a date-time format import from a csv file. An example of the original data content is 17/09/08 02:55:16 AM17/09/14 00:44:41 AM17/09/30 17:57:06 PM17/10/07 00:26:32 AM The format is yy/mm/dd hh:mm:ss AM. The problem is that JMP does not convert the data into proper format. A straight import results in17/09/2008 02:55:16 AM; which is t...