VBScript Date Function

The Date function returns the current system 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: 9/23/2022

❮ Complete VBScript Reference