Articles tagged: Date
Found 59 documents
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_ClearDateCaches JS_ClearDateCaches clears the cache of calculated local time from each Date object. Call to ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_NewDateObject Creates and returns a new JSObject representing a JavaScript Date object, which is ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_NewDateObjectMsec The returned JSObject is a standard JavaScript Date.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_ObjectIsDate JS_ObjectIsDate() can be used to check if you are dealing with a Date object, or a Date object ...
- Web/Apps/Fundamentals/User_notifications/Checking_when_a_deadline_is_due The main example application we will be referring to in this article is To-do list ...
- Web/JavaScript/Reference/Global_Objects/Date Creates a JavaScript Date instance that represents a single moment in time. Date objects are ...
- Web/JavaScript/Reference/Global_Objects/Date/@@toPrimitive The [@@toPrimitive]() method converts a Date object to a primitive value.
- Web/JavaScript/Reference/Global_Objects/Date/getDate The getDate() method returns the day of the month for the specified date according to local time.
- Web/JavaScript/Reference/Global_Objects/Date/getDay The getDay() method returns the day of the week for the specified date according to local time, ...
- Web/JavaScript/Reference/Global_Objects/Date/getFullYear The getFullYear() method returns the year of the specified date according to local time.
- Web/JavaScript/Reference/Global_Objects/Date/getHours The getHours() method returns the hour for the specified date, according to local time.
- Web/JavaScript/Reference/Global_Objects/Date/getMilliseconds The getMilliseconds() method returns the milliseconds in the specified date according to local time.
- Web/JavaScript/Reference/Global_Objects/Date/getMinutes The getMinutes() method returns the minutes in the specified date according to local time.
- Web/JavaScript/Reference/Global_Objects/Date/getMonth The getMonth() method returns the month in the specified date according to local time, as a ...
- Web/JavaScript/Reference/Global_Objects/Date/getSeconds The getSeconds() method returns the seconds in the specified date according to local time.
- Web/JavaScript/Reference/Global_Objects/Date/getTime The getTime() method returns the numeric value corresponding to the time for the specified date ...
- Web/JavaScript/Reference/Global_Objects/Date/getTimezoneOffset The getTimezoneOffset() method returns the time-zone offset from UTC, in minutes, for the ...
- Web/JavaScript/Reference/Global_Objects/Date/getUTCDate The getUTCDate() method returns the day (date) of the month in the specified date according to ...
- Web/JavaScript/Reference/Global_Objects/Date/getUTCDay The getUTCDay() method returns the day of the week in the specified date according to universal ...
- Web/JavaScript/Reference/Global_Objects/Date/getUTCFullYear The getUTCFullYear() method returns the year in the specified date according to universal time.
- Web/JavaScript/Reference/Global_Objects/Date/getUTCHours The getUTCHours() method returns the hours in the specified date according to universal time.
- Web/JavaScript/Reference/Global_Objects/Date/getUTCMilliseconds The getUTCMilliseconds() method returns the milliseconds in the specified date according to ...
- Web/JavaScript/Reference/Global_Objects/Date/getUTCMinutes The getUTCMinutes() method returns the minutes in the specified date according to universal time.
- Web/JavaScript/Reference/Global_Objects/Date/getUTCMonth The getUTCMonth() returns the month of the specified date according to universal time, as a ...
- Web/JavaScript/Reference/Global_Objects/Date/getUTCSeconds The getUTCSeconds() method returns the seconds in the specified date according to universal time.
- Web/JavaScript/Reference/Global_Objects/Date/getYear The getYear() method returns the year in the specified date according to local time. Because ...
- Web/JavaScript/Reference/Global_Objects/Date/now The Date.now() method returns the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC.
- Web/JavaScript/Reference/Global_Objects/Date/parse The Date.parse() method parses a string representation of a date, and returns the number of ...
- Web/JavaScript/Reference/Global_Objects/Date/prototype The Date.prototype property represents the prototype for the Date constructor.
- Web/JavaScript/Reference/Global_Objects/Date/setDate The setDate() method sets the day of the Date object relative to the beginning of the currently ...
- Web/JavaScript/Reference/Global_Objects/Date/setFullYear The setFullYear() method sets the full year for a specified date according to local time. ...
- Web/JavaScript/Reference/Global_Objects/Date/setHours The setHours() method sets the hours for a specified date according to local time, and returns ...
- Web/JavaScript/Reference/Global_Objects/Date/setMilliseconds The setMilliseconds() method sets the milliseconds for a specified date according to local time.
- Web/JavaScript/Reference/Global_Objects/Date/setMinutes The setMinutes() method sets the minutes for a specified date according to local time.
- Web/JavaScript/Reference/Global_Objects/Date/setMonth The setMonth() method sets the month for a specified date according to the currently set year.
- Web/JavaScript/Reference/Global_Objects/Date/setSeconds The setSeconds() method sets the seconds for a specified date according to local time.
- Web/JavaScript/Reference/Global_Objects/Date/setTime The setTime() method sets the Date object to the time represented by a number of milliseconds ...
- Web/JavaScript/Reference/Global_Objects/Date/setUTCDate The setUTCDate() method sets the day of the month for a specified date according to universal time.
- Web/JavaScript/Reference/Global_Objects/Date/setUTCFullYear The setUTCFullYear() method sets the full year for a specified date according to universal time.
- Web/JavaScript/Reference/Global_Objects/Date/setUTCHours The setUTCHours() method sets the hour for a specified date according to universal time, and ...
- Web/JavaScript/Reference/Global_Objects/Date/setUTCMilliseconds The setUTCMilliseconds() method sets the milliseconds for a specified date according to ...
- Web/JavaScript/Reference/Global_Objects/Date/setUTCMinutes The setUTCMinutes() method sets the minutes for a specified date according to universal time.
- Web/JavaScript/Reference/Global_Objects/Date/setUTCMonth The setUTCMonth() method sets the month for a specified date according to universal time.
- Web/JavaScript/Reference/Global_Objects/Date/setUTCSeconds The setUTCSeconds() method sets the seconds for a specified date according to universal time.
- Web/JavaScript/Reference/Global_Objects/Date/setYear The setYear() method sets the year for a specified date according to local time. Because ...
- Web/JavaScript/Reference/Global_Objects/Date/toDateString The toDateString() method returns the date portion of a Date object in human readable form in ...
- Web/JavaScript/Reference/Global_Objects/Date/toGMTString The toGMTString() method converts a date to a string, using Internet Greenwich Mean Time (GMT) ...
- Web/JavaScript/Reference/Global_Objects/Date/toISOString The toISOString() method returns a string in simplified extended ISO format (ISO 8601), which is ...
- Web/JavaScript/Reference/Global_Objects/Date/toJSON The toJSON() method returns a string representation of the Date object.
- Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString The toLocaleDateString() method returns a string with a language sensitive representation of the ...
- Web/JavaScript/Reference/Global_Objects/Date/toLocaleFormat The non-standard toLocaleFormat() method converts a date to a string using the specified ...
- Web/JavaScript/Reference/Global_Objects/Date/toLocaleString The toLocaleString() method returns a string with a language sensitive representation of this ...
- Web/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString The toLocaleTimeString() method returns a string with a language sensitive representation of the ...
- Web/JavaScript/Reference/Global_Objects/Date/toSource The toSource() method returns a string representing the source code of the object.
- Web/JavaScript/Reference/Global_Objects/Date/toString The toString() method returns a string representing the specified Date object.
- Web/JavaScript/Reference/Global_Objects/Date/toTimeString The toTimeString() method returns the time portion of a Date object in human readable form in ...
- Web/JavaScript/Reference/Global_Objects/Date/toUTCString The toUTCString() method converts a date to a string, using the UTC time zone.
- Web/JavaScript/Reference/Global_Objects/Date/UTC The Date.UTC() method accepts the same parameters as the longest form of the constructor, and ...
- Web/JavaScript/Reference/Global_Objects/Date/valueOf The valueOf() method returns the primitive value of a Date object.