javascript Date getUTCDay( )

Returns an integer corresponding to a day of the week for the date specified by an instance of the Date object but in the UTC time stored internal

javascript Date getUTCDate( )

Returns the calendar date within the month specified by an instance of the Date object but in the UTC time stored internally by the browser.

javascript Date getTimezoneOffset( )

Returns a zero-based integer corresponding to the number of minutes difference between GMT and the client computer's clock for an instance of the D

javascript Date getTime( )

Returns a zero-based integer corresponding to the number of milliseconds since January 1, 1970, to the date specified by an instance of the Date o

javascript Date getSeconds( )

Returns a zero-based integer corresponding to the seconds past the nearest full minute for the date specified by an instance of the Date object.

javascript Date getMonth( )

Returns a zero-based integer corresponding to the month value for the date specified by an instance of the Date object. That this method's values

javascript Date getMinutes( )

Returns a zero-based integer corresponding to the minute value for the hour and date specified by an instance of the Date object.

javascript Date getMilliseconds( )

Returns a zero-based integer corresponding to the number of milliseconds past the seconds value of the date specified by an instance of the Date objec

javascript Date getHours( )

Returns a zero-based integer corresponding to the hours of the day for the date specified by an instance of the Date object. The 24-hour time syst

javascript Date getFullYear( )

Returns all digits of the year for the date specified by an instance of the Date object.

javascript Date getDay( )

Returns an integer corresponding to a day of the week for the date specified by an instance of the Date object.

javascript Date getDate( )

Returns the calendar date within the month specified by an instance of the Date object.

javascript Date prototype

This is a property of the static Date object. Use the prototype property to assign new properties and methods to future instances of a Date va

javascript Date constructor

This is a reference to the function that created the instance of a Date objectthe native Date( ) constructor function in browsers.

javascript Date Description

The Date object is a static object that generates instances by way of several constructor functions. Each instance of a Date object is a snapshot of t