VBScript Date Function


VBScript 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: 1/23/2015

Show Example »

VBScript Reference Complete VBScript Reference

Color Picker

colorpicker