E
Eugene
Greetings all,
I am trying to write a routine that will look at the time and if it greater
then 4:00:00 PM will set the date to the next day and time to 08:00:00. In
psuedocode.....
If Timercvd > 04:00:00 PM and < 11:59:59 PM then
Datercvd = date()+1
Timercvd = 08:00:00 AM
Endif
What is the correct way to code this?
Thanks in advance,
Eugene
I am trying to write a routine that will look at the time and if it greater
then 4:00:00 PM will set the date to the next day and time to 08:00:00. In
psuedocode.....
If Timercvd > 04:00:00 PM and < 11:59:59 PM then
Datercvd = date()+1
Timercvd = 08:00:00 AM
Endif
What is the correct way to code this?
Thanks in advance,
Eugene