J
Justin
I'm trying to write a routine that checks records to see if they are
between a range of times and days.
For example, someone might want records dated from August 2-August 5
from 5:00am to 10:50am. It should only return records from the 2nd to
the 5th, and from 5:00am to 10:50am (nothing before or after those
times).
I have been trying to do this using an hour and a minute integer but I
haven't been able to solve the logic.
Is there an easier way to accomplish this? I can't find much about it
using DateTime either.
between a range of times and days.
For example, someone might want records dated from August 2-August 5
from 5:00am to 10:50am. It should only return records from the 2nd to
the 5th, and from 5:00am to 10:50am (nothing before or after those
times).
I have been trying to do this using an hour and a minute integer but I
haven't been able to solve the logic.
Is there an easier way to accomplish this? I can't find much about it
using DateTime either.