Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY CYBERSECURITY DATA SCIENCE
     ❯   

VBScript Date Function

❮ 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/22/2025
Show Example »

❮ Complete VBScript Reference