JavaScript: The Definitive Guide

24.31. Date.getSeconds( ): return the seconds field of a Date

ECMAScript v1

24.31.1. Synopsis

date.getSeconds( )

24.31.1.1. Returns

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

Категории