VBScript Timer Function
Definition and Usage
The Timer function can return the number of seconds that have passed since midnight 12:00 AM.
Syntax
Timer
Instance
Example 1
document.write(Timer)
Output:
52744.64
The Timer function can return the number of seconds that have passed since midnight 12:00 AM.
Timer
document.write(Timer)
Output:
52744.64