Results 81 - 100 of 296

Date.prototype.getUTCDay()

The getUTCDay() method returns the day of the week in the specified date according to universal time, where 0 represents Sunday.
Date JavaScript Method Prototype Reference

Date.prototype.getUTCFullYear()

The getUTCFullYear() method returns the year in the specified date according to universal time.
Date JavaScript Method Prototype Reference

Date.prototype.getUTCHours()

The getUTCHours() method returns the hours in the specified date according to universal time.
Date JavaScript Method Prototype Reference

Date.prototype.getUTCMilliseconds()

The getUTCMilliseconds() method returns the milliseconds in the specified date according to universal time.
Date JavaScript Method Prototype Reference

Date.prototype.getUTCMinutes()

The getUTCMinutes() method returns the minutes in the specified date according to universal time.
Date JavaScript Method Prototype Reference

Date.prototype.getUTCMonth()

The getUTCMonth() returns the month of the specified date according to universal time, as a zero-based value (where zero indicates the first month of the year).
Date JavaScript Method Prototype Reference

Date.prototype.getUTCSeconds()

The getUTCSeconds() method returns the seconds in the specified date according to universal time.
Date JavaScript Method Prototype Reference

Date.prototype

The Date.prototype property represents the prototype for the Date constructor.
Date JavaScript Property Prototype Reference

Date.prototype.setDate()

The setDate() method sets the day of the Date object relative to the beginning of the currently set month.
Date JavaScript Method Prototype Reference

Date.prototype.setFullYear()

The setFullYear() method sets the full year for a specified date according to local time. Returns new timestamp.
Date JavaScript Method Prototype Reference

Date.prototype.setHours()

The setHours() method sets the hours for a specified date according to local time, and returns the number of milliseconds since 1 January 1970 00:00:00 UTC until the time represented by the updated Date instance.
Date JavaScript Method Prototype Reference

Date.prototype.setMilliseconds()

The setMilliseconds() method sets the milliseconds for a specified date according to local time.
Date JavaScript Method Prototype Reference

Date.prototype.setMinutes()

The setMinutes() method sets the minutes for a specified date according to local time.
Date JavaScript Method Prototype Reference

Date.prototype.setMonth()

The setMonth() method sets the month for a specified date according to the currently set year.
Date JavaScript Method Prototype Reference

Date.prototype.setSeconds()

The setSeconds() method sets the seconds for a specified date according to local time.
Date JavaScript Method Prototype Reference

Date.prototype.setTime()

The setTime() method sets the Date object to the time represented by a number of milliseconds since January 1, 1970, 00:00:00 UTC.
Date JavaScript Method Prototype Reference

Date.prototype.setUTCDate()

The setUTCDate() method sets the day of the month for a specified date according to universal time.
Date JavaScript Method Prototype Reference

Date.prototype.setUTCFullYear()

The setUTCFullYear() method sets the full year for a specified date according to universal time.
Date JavaScript Method Prototype Reference

Date.prototype.setUTCHours()

The setUTCHours() method sets the hour for a specified date according to universal time, and returns the number of milliseconds since 1 January 1970 00:00:00 UTC until the time represented by the updated Date instance.
Date JavaScript Method Prototype Reference

Date.prototype.setUTCMilliseconds()

The setUTCMilliseconds() method sets the milliseconds for a specified date according to universal time.
Date JavaScript Method Prototype Reference