contents index previous next
Date getSeconds()
syntax:
date.getSeconds()
return:
number - a second in a minute.
description:
This method returns the second, as number from 0 to 59, of a Date object. The first second of a minute is 0, and the last is 59.
Date getTime()