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

Availability

JavaScript 1.0; JScript 1.0; ECMAScript v1

Synopsis

date.getDay( )

Returns

The day of the week of the specified Date object date, using local time. Return values are between 0 (Sunday) and 6 (Saturday).

    Team LiB   Previous Section   Next Section