November 2001
Intermediate to advanced
936 pages
68h 43m
English
Date.getMonth( ) — return the month of a Date
JavaScript 1.0; JScript 1.0; ECMAScript v1
date.getMonth( )The month field, expressed in local time, of the specified Date
object date. Return values are between 0 (
January) and 11 (December).