I have to create an annotation column which should be filled depending on timestamp range from Time1 till time2.
What is the correct jsl function to put into the formula to compare the given timestamps with the dates in the Time column?
If((2025-10-23 00:56:57) <= :Time <= (2025-10-26 10:56:57), "Step 1")
The Time column has the following format

I am using JMP19.0.0