DateTime valid If

Hi how do I do the valid if formula for โ€œif time[this_] > 9pmโ€ note that [this_] is datetime it always return to some date in 1899. I want to only validate the time.

0 1 77
1 REPLY 1

Steve
Platinum 4
Platinum 4

Try:

(TIME([_THIS]) > "17:00:00")

See also:

Top Labels in this Space