Date: Date Type, Modeling Type and Format -> How to fix MMM/YYYY
Data in format MMM/YYYY (001/2019, 002/2019, ...012/2019) is being imported as Date Type Character, Modeling Type Nominal.
I'm trying to get JMP to recognize this as a date. The final format isn't import per se. I show a format below just as an example.
I've tried scripting two ways to fix with no luck. The column name is "MMM/YYYY"
[fail #1]
names default to here(1);
dt = current data table();...