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