VBScript Timer Function | Newbie Tutorial
Newbie Tutorial -- Learning Not Just Technology, But Dreams!
- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
VBScript Timer Function
The Timer function returns the number of seconds that have elapsed since midnight 12:00 AM.
Syntax
Timer
Example
Example (IE only)
document.write("Number of seconds and milliseconds since 12:00 AM: ") document.write(Timer) The above example outputs:document.write("Number of seconds and milliseconds since 12:00 AM: ") document.write(Timer)
Try it Β»
YouTip