Apr 11, 2016 #1 capronton MIS Joined Jun 28, 2013 Messages 159 Location US I am trying to set up a condition to check if the current time is greater 8pm. How can I code the "8pm" in the if statement below? If currentTime > 8pm then "No" else "yes
I am trying to set up a condition to check if the current time is greater 8pm. How can I code the "8pm" in the if statement below? If currentTime > 8pm then "No" else "yes
Apr 11, 2016 #2 S SkipVought Programmer Joined Dec 4, 2001 Messages 47,492 Location US If CurrentTime > TimeSerial(20,0,0) Then Skip, Just traded in my OLD subtlety... for a NUance! Upvote 0 Downvote
Apr 12, 2016 Thread starter #3 capronton MIS Joined Jun 28, 2013 Messages 159 Location US Thanks Skip! Upvote 0 Downvote