web 2.0

ASP/VBScript Time()

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

  1. <% Option Explicit %>  
  2. <html>  
  3. <head>  
  4. <title>ShotDev.Com Tutorial</title>  
  5. </head>  
  6. <body>  
  7. <%  
  8. Response.write Time()  
  9. %>  
  10. </body>  
  11. </html>  

Create a asp file and save to path root-path/myasp/

Run
http://localhost/myasp/asp_time.asp

Screenshot

ASP/VBScript & Time()

.
.
.
Download this script.
Download

1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (1 votes, average: 1.00 out of 10)
Loading ... Loading ...

Leave a Reply

You must be logged in to post a comment.