DekGenius.com
Team LiB   Previous Section   Next Section
Date.getUTCDay( ) return the day of the week (universal time)

Availability

JavaScript 1.2; JScript 3.0; ECMAScript v1

Synopsis

date.getUTCDay(  )

Returns

The day of the week that results when date is expressed in universal time. Return values are between 0 (Sunday) and 6 (Saturday).

    Team LiB   Previous Section   Next Section