Results 501 - 520 of 885

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

Date.prototype.toLocaleFormat()

The non-standard toLocaleFormat() method converts a date to a string using the specified formatting. Intl.DateTimeFormat is an alternative to format dates in a standards-compliant way. See also the newer version of Date.prototype.toLocaleDateString().
Date JavaScript Method Prototype Reference

Date.prototype.toSource()

The toSource() method returns a string representing the source code of the object.
Date JavaScript Method Prototype Reference

Date.prototype.toString()

The toString() method returns a string representing the specified Date object.
Date JavaScript Method Prototype Reference