Team LiB   Previous Section   Next Section
Date.getMonth( ) return the month of a Date

Availability

JavaScript 1.0; JScript 1.0; ECMAScript v1

Synopsis

date.getMonth( )

Returns

The month field, expressed in local time, of the specified Date object date. Return values are between 0 ( January) and 11 (December).

    Team LiB   Previous Section   Next Section