contents index previous next
Date getMonth()
syntax:
date.getMonth()
return:
number - of a month in a year.
description:
This method returns the month, as a number from 0 to 11, of a Date object. January is 0, and December is 11.
Date getSeconds()