DekGenius.com
Team LiB   Previous Section   Next Section
Date.getDate( ) return the day of the month

Availability

JavaScript 1.0; JScript 1.0; ECMAScript v1

Synopsis

date.getDate(  )

Returns

The day of the month of the specified Date object date, using local time. Return values are between 1 and 31.

    Team LiB   Previous Section   Next Section