What’s an efficient way to see if a time of day is after another.
For example, let’s say I have a client who says, “please call me only after noon.”
How should I structure a column (text? datetime?) containing their stated time and a second column (for a logical test) to tell me if it is ok to call at the current time?
Thanks.