ImArchimedes
Technical User
- Sep 25, 2007
- 62
Is there a way to check if a given time is within a time range? Furthermore, is there a way to check if one time range, at any point, overlaps another time range? I don't need to extract when it overlaps. I'm just looking to track conflicts for work being done.
Example:
10:00am - 1:00pm
check against
8:30am - 11:00am
result: CONFLICT
Any help would be appreciated. Thanks guys.
Example:
10:00am - 1:00pm
check against
8:30am - 11:00am
result: CONFLICT
Any help would be appreciated. Thanks guys.