Difficulties Formatting Time Column
Hi everyone!
I have a CSV of dates and times that I upload into JMP. In order to create a single column with date/time I need to convert the data type and format of the column that contains the date.
When I use the script:
Column("Actual Harvest Time") << Data Type(Numeric); << Format("h:m")
It totally clears the column of any data.
I also learned that when I manually change the column ...
vince_faller