JMP 15 date time format changes
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 Forma...
natalie_
mng1
jay_holavarri