Scripting Data Type- date properties with non-conforming format
I'm struggling with changing this column property to a numerical continuous date. I know it's not a standard format, since it is in yymmdd and not yyyymmdd or m/d/y. Here is one of the many variations of the JSL I have tried to use that doesn't work. Is there another way? Data Table("XYZData"):Date1 of MFG << Set Data Type(Numeric, Format( "y/m/d", 10 ), Input Format( "yymmdd" );