VBScript Time Function


VBScript Reference Complete VBScript Reference

The Time function returns the current system time.

Syntax

Time

Example

Example

<%

response.write("The current system time is: ")
response.write(Time)

%>

The output of the code above will be:

The current system time is: 1:06:54 AM

Show Example »


VBScript Reference Complete VBScript Reference

Color Picker

colorpicker