Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

JavaScript Programmer's Reference - Date Object

You are here: irt.org | XRef | core | Date

Date Object

Object/core
Internet Explorer 3.02
Netscape Navigator 2
The Date object is particularly bug prone in Netscape Navigator version 2.

Date Constructors

NameMSIENNavNotes
Date()3.022

Date Methods

NameMSIENNavNotes
getDate()3.022
getDay()3.022
getFullYear()44
getHours()3.022
getMilliseconds()44
getMinutes()3.022
getMonth()3.022
getSeconds()3.022
getTime()3.022
getTimezoneOffset()3.022
getUTCDate()44
getUTCDay()44
getUTCFullYear()44
getUTCHours()44
getUTCMilliseconds()44
getUTCMinutes()44
getUTCMonth()44
getUTCSeconds()44
getVarDate()4-
getYear()3.022Unstandardised.
setDate()3.022
setFullYear()44
setHours()3.022
setMilliseconds()44
setMinutes()3.022
setMonth()3.022
setSeconds()3.022
setTime()3.022
setUTCDate()44
setUTCFullYear()44
setUTCHours()44
setUTCMilliseconds()44
setUTCMinutes()44
setUTCMonth()44
setUTCSeconds()44
setYear()3.022Unstandardised.
toDateString()5.56
toGMTString()3.022This function is now deprecated and you should use toUTCString() instead.
toLocaleDateString()5.56
toLocaleString()3.022
toLocaleTimeString()5.56
toSource()44.06
toString()3.022
toTimeString()5.56
toUTCString()44
valueOf()43

Date Static Methods

NameMSIENNavNotes
parse()3.022
UTC()3.022

Date Functions

NameMSIENNavNotes
Date()3.022

Date Properties

NameMSIENNavNotes
constructor3.023
length44
prototype43


You are here: irt.org | XRef | core | Date

©2018 Martin Webb