VBScript Timer Function
Complete VBScript Reference
The Timer function returns the number of seconds, and milliseconds, since 12:00 AM.
Syntax
Example
Example (IE Only)
<script type="text/vbscript">
document.write("Number of seconds and milliseconds since 12:00 AM: ")
document.write(Timer)
</script>
The output of the code above will be:
Try it yourself »
Complete VBScript Reference
Thank You For Helping Us!
Your message has been sent to W3Schools.
Close [X]