FREE Web Template Download
HTML CSS JAVASCRIPT SQL PHP BOOTSTRAP JQUERY ANGULARJS TUTORIALS REFERENCES EXAMPLES Blog
 

VBScript Time Function


Full 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: 2:05:55 AM
Show Example »

Full Reference Complete VBScript Reference