VBScript Date Function
❮ Complete VBScript ReferenceThe 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: 11/16/2024
Show Example »
❮ Complete VBScript Reference
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.