w3schools    w3Schools
Search :
   
HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...   References Examples Forum About
ADVERTISEMENTS

XML Certification
Download XML editor
Custom Programming
 
Table of contents
VBScript Tutorial
VB HOME
VB Introduction
VB How to
VB Where to
VB Variables
VB Procedures
VB Conditional
VB Looping
VB Summary

Examples
VB Examples

References
VB Functions
VB Keywords

Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality

Browse Tutorials
 

VBScript Second Function


VBScript Reference Complete VBScript Reference

The Second function returns a number between 0 and 59 that represents the second of the minute.

Syntax

Second(time)

Parameter Description
time Required. Any expression that can represent a time

Example 1

document.write(Now & "<br />")
document.write(Second(Now))
Output:
1/15/2002 10:55:51 AM
51

Example 2

document.write(Second(Time))
Output:
51


VBScript Reference Complete VBScript Reference