How to compare military time and day of the week?

rkckjk

New member
Joined
Sep 20, 2004
Messages
1
Programming Experience
1-3
How would I check to see if the current time(military format) is
greater then 07:30AM and the day of the week is Monday-Friday.
Pseudo code:


If Current_Time > 07:30AM and Current_Day = Monday or Current_Day =
Tuesday _
or Current_Day = Wednesday or Current_Day = Thursday or Current_Day =
Friday
then
Do this
else
Do something else
end if
 
Back
Top