Informat (ParseDate) function with time
Hi, I have a question about Informat function (or its alias ParseDate). If I have a string with date and time information, and I try to parse date on JMP 15.2.0. str="2022-10-22 16:25:37";
datetime= Informat( str, "yyyy-mm-dd HH:mm:ss" );
show(type(datetime));
show(datetime);
I get output different kind of outputs, depending on date time settings (Win 10). Regional format English (United Kingdom):
...