Team LiB   Previous Section   Next Section
Date.getSeconds( ) return the seconds field of a Date

Availability

JavaScript 1.0; JScript 1.0; ECMAScript v1

Synopsis

date.getSeconds( )

Returns

The seconds field, expressed in local time, of the specified Date object date. Return values are between 0 and 59.

    Team LiB   Previous Section   Next Section