G Guest Nov 13, 2006 #1 I need to which time interval a given time is within. What is the function I can use?
D Dan Bass Nov 13, 2006 #2 You can compare two datetime objects using the "<", ">" or "=" operators, does this not suffice?