VBScript Date Function
Complete VBScript Reference
The Date function returns the current system date.
Syntax
Example 1
document.write("The current system date is: ")
document.write(Date)
Output:
The current system date is: 1/14/2002
|
Try-It-Yourself Demos
Date
How to use the Date Function to display the current date.
Complete VBScript Reference
Use a web development platform that will help you save a lot of time and bring excitement to your daily development work.
It will also create professional best-practices around your code development and team collaboration.
Try Springloops now, the web development platform
|