Hi,
I am given a start time and an end time in string format like this:
TimeStart := '2006/01/12 08:00:00'
TimeEnd := '2006/01/12 12:00:00'
I then have a time variable in the 'hh24:mm' string format like this:
TimeVar := '09:30'
I need to find out if TimeVar is between TimeStart and TimeEnd?
Can someone please assist?
I am given a start time and an end time in string format like this:
TimeStart := '2006/01/12 08:00:00'
TimeEnd := '2006/01/12 12:00:00'
I then have a time variable in the 'hh24:mm' string format like this:
TimeVar := '09:30'
I need to find out if TimeVar is between TimeStart and TimeEnd?
Can someone please assist?