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

VBScript Date Function


Full Reference Complete VBScript Reference

The Date function returns the current system date.

Syntax

Date

Example

Example

<%

response.write("The current system date is: ")
response.write(Date)

%>

The output of the code above will be:

The current system date is: 7/28/2016
Show Example »

Full Reference Complete VBScript Reference