Results 21 - 40 of 54

Date.prototype.getUTCSeconds()

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

Date.now()

The Date.now() method returns the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC.
Date JavaScript Method polyfill 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

Date.prototype.setUTCMinutes()

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

Date.prototype.setUTCMonth()

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

Date.prototype.setUTCSeconds()

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

Date.prototype.toDateString()

The toDateString() method returns the date portion of a Date object in human readable form in American English.
Date JavaScript Method Prototype Reference

Date.prototype.toJSON()

The toJSON() method returns a string representation of the Date object.
Date JavaScript Method Prototype Reference