Java Reference
In-Depth Information
Properties
property
introduced
description
JavaScript 1.1
Used to reference the constructor function for the object.
constructor
JavaScript 1.1
Returns the prototype for the object, which can be used to
extend the object's interface.
prototype
Methods
Method
introduced
description
JavaScript 1.0
Retrieves the date in the month from the
Date object.
getDate()
JavaScript 1.0
Retrieves the day of the week from the Date
object.
getDay()
JavaScript 1.3
Retrieves the full year from the Date object.
getFullYear()
JavaScript 1.0
Retrieves the hour of the day from the Date
object.
getHours()
JavaScript 1.3
Retrieves the number of milliseconds from
the Date object.
getMilliseconds()
JavaScript 1.0
Retrieves the number of minutes from the
Date object.
getMinutes()
JavaScript 1.0
Retrieves the month from the Date object.
getMonth()
JavaScript 1.0
Retrieves the number of seconds from the
Date object.
getSeconds()
JavaScript 1.0
Retrieves the number of milliseconds since
January 1, 1970 00:00:00 from the Date
object.
getTime()
JavaScript 1.0
Retrieves the difference in minutes between
the local time zone and universal time (UTC).
getTimezoneOffset()
JavaScript 1.3
Retrieves the date in the month from the
Date object adjusted to universal time.
getUTCDate()
JavaScript 1.3
Retrieves the day of the week from the Date
object adjusted to universal time.
getUTCDay()
JavaScript 1.3
Retrieves the year from the Date object
adjusted to universal time.
getUTCFullYear()
continues
Search WWH ::




Custom Search