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