B
bazzer
i m trying to compare a time i have stored in a session variable, to a
time of day:
If (Session("theShowTime") < 18.0) Then ....
basically i want to know if the time is before or after 6pm.
'theShowTime' is in short-time format from a microsoft access
table(18:00).
but i get the error:
Input string was not in a correct format.
how should i write the statement correctly?
time of day:
If (Session("theShowTime") < 18.0) Then ....
basically i want to know if the time is before or after 6pm.
'theShowTime' is in short-time format from a microsoft access
table(18:00).
but i get the error:
Input string was not in a correct format.
how should i write the statement correctly?