ASP/VBScript TimeSerial() Returns a Variant of subtype Date containing the time for a specific hour, minute, and second.
ShotDev Focus:
- Using Asp and TimeSerial() function.
Example
asp_timeserial.asp
<% Option Explicit %> <html> <head> <title>ShotDev.Com Tutorial</title> </head> <body> <% Response.write TimeSerial(10,29,30)&"<br>" %> </body> </html>
Create a asp file and save to path root-path/myasp/
Run
http://localhost/myasp/asp_timeserial.asp
Screenshot