Team LiB   Previous Section   Next Section
Date.getUTCDate( ) return the day of the month (universal time)

Availability

JavaScript 1.2; JScript 3.0; ECMAScript v1

Synopsis

date.getUTCDate( )

Returns

The day of the month (a value between 1 and 31) that results when date is expressed in universal time.

    Team LiB   Previous Section   Next Section