Hi,
I upgraded to JMP15 recently and found that some of my scripts written in JMP14 did not work properly. I found that this line did not work because of an unrecognized format:
New Column( "Date", Numeric, "Continuous", Format( "d/m/y h:m:s", 22, 0 ), Input Format( "d/m/y h:m:s", 0 ) ),
When I changed it to read:
New Column( "Date", Numeric, "Continuous", Format( "d-m-y h:m:s", 22, 0 ), Input Format( "d-m-y h:m:s", 0 ) ),
It worked.
I see that the "/" is not available as a separator in JMP 15. Is this the new norm? Why did SAS decide to change this?
Is there another way to format the "/" back into the string?
Thank you
Cheers