ASP/VBScript Date() Returns the current system date.
ShotDev Focus:
- Using Asp and Date() function.
Example
asp_date.asp
<% Option Explicit %> <html> <head> <title>ShotDev.Com Tutorial</title> </head> <body> <% Response.write Date() %> </body> </html>
Create a asp file and save to path root-path/myasp/
Run
http://localhost/myasp/asp_date.asp
Screenshot