A simple question.. I guess!
The Time function returns a value like this: 02:08:30. I need to pick out the hour from the Time function, that is in this case "02" and then put 02 in a new variable.
<%
Dim realtime, hour
realtime = Time
hour = ?????
%>
Anyone?
/J
The Time function returns a value like this: 02:08:30. I need to pick out the hour from the Time function, that is in this case "02" and then put 02 in a new variable.
<%
Dim realtime, hour
realtime = Time
hour = ?????
%>
Anyone?
/J