Child pages
  • Date

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rev: 1384958006482
Div
styledisplay:none

DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR. Enter additional information related to this 'class' inside the {div} macro with 'id=description'

Div
iddescription



HTML Table
id
classservoy sSummary
Colgroup Tag
Col
width80px
Col
Table Head (thead)
Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Row (tr)
Table Cell (td)
Date
Table Cell (td)
UTC(year, month)
Takes comma-delimited date parameters and returns the number of milliseconds between January 1, 1970, 00:00:00, universal time and the specified time.
Table Row (tr)
Table Cell (td)
Date
Table Cell (td)
UTC(year, month, date)
Takes comma-delimited date parameters and returns the number of milliseconds between January 1, 1970, 00:00:00, universal time and the specified time.
Table Row (tr)
Table Cell (td)
Date
Table Cell (td)
UTC(year, month, date, hrs)
Takes comma-delimited date parameters and returns the number of milliseconds between January 1, 1970, 00:00:00, universal time and the specified time.
Table Row (tr)
Table Cell (td)
Date
Table Cell (td)
UTC(year, month, date, hrs, min)
Takes comma-delimited date parameters and returns the number of milliseconds between January 1, 1970, 00:00:00, universal time and the specified time.
Table Row (tr)
Table Cell (td)
Date
Table Cell (td)
UTC(year, month, date, hrs, min, sec)
Takes comma-delimited date parameters and returns the number of milliseconds between January 1, 1970, 00:00:00, universal time and the specified time.
Table Row (tr)
Table Cell (td)
Date
Table Cell (td)
UTC(year, month, date, hrs, min, sec, ms)
Takes comma-delimited date parameters and returns the number of milliseconds between January 1, 1970, 00:00:00, universal time and the specified time.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getDate()
Gets the day of month.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getDay()
Gets the day of the week (sunday = 0).
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getFullYear()
Gets the full year of the date.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getHours()
Gets the hours of the date.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getMilliseconds()
Gets the milliseconds of the date.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getMinutes()
Gets the minutes of the date.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getMonth()
Gets the month of the date.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getSeconds()
Gets the seconds of the date.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getTime()
The value returned by the getTime method is the number of milliseconds since 1 January 1970 00:00:00.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getTimezoneOffset()
Gets the number of minutes between GMT and this date.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getUTCDate()
Gets the UTC date.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getUTCDay()
Gets the day in UTC time.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getUTCFullYear()
Gets the full year in UTC time.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getUTCHours()
Gets the hours in UTC time.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getUTCMilliseconds()
Gets the milliseconds in UTC time.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getUTCMinutes()
Gets the minutes in UTC time.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getUTCMonth()
Gets the month in UTC time.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getUTCSeconds()
Gets the seconds in UTC time.
Table Row (tr)
Table Cell (td)
Date
Table Cell (td)
now()
Returns the milliseconds elapsed since 1 January 1970 00:00:00 UTC up until now.
Table Row (tr)
Table Cell (td)
Date
Table Cell (td)
parse()
Takes a date string (such as "Dec 25, 1995") and returns the number of milliseconds since January 1, 1970, 00:00:00 UTC.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setDate(dayValue)
Sets the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setFullYear(yearValue)
Sets the full year of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setFullYear(yearValue, monthValue)
Sets the full year of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setFullYear(yearValue, monthValue, dayValue)
Sets the full year of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setHours(hoursValue)
Sets the hours of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setHours(hoursValue, minutesValue)
Sets the hours of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setHours(hoursValue, minutesValue, secondsValue)
Sets the hours of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setHours(hoursValue, minutesValue, secondsValue, msValue)
Sets the hours of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setMilliseconds(millisecondsValue)
Sets the milliseconds of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setMinutes(minutesValue)
Sets the minutes of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setMinutes(minutesValue, secondsValue)
Sets the minutes of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setMinutes(minutesValue, secondsValue, msValue)
Sets the minutes of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setMonth(monthValue)
Sets the month of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setMonth(monthValue, dayValue)
Sets the month of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setSeconds(secondsValue)
Sets the seconds of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setSeconds(secondsValue, msValue)
Sets the seconds of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setTime(timeValue)
Sets the milliseconds of the date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCDate(dayValue)
Sets the UTC date.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCFullYear(yearValue)
Sets the year in UTC time.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCFullYear(yearValue, monthValue)
Sets the year in UTC time.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCFullYear(yearValue, monthValue, dayValue)
Sets the year in UTC time.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCHours(hoursValue)
Sets the hours in UTC time.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCHours(hoursValue, minutesValue)
Sets the hours in UTC time.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCHours(hoursValue, minutesValue, secondsValue)
Sets the hours in UTC time.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCHours(hoursValue, minutesValue, secondsValue, msValue)
Sets the hours in UTC time.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCMilliseconds(millisecondsValue)
Sets the milliseconds in UTC time.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCMinutes(minutesValue)
Sets the minutes in UTC time.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCMinutes(minutesValue, secondsValue)
Sets the minutes in UTC time.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCMinutes(minutesValue, secondsValue, msValue)
Sets the minutes in UTC time.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCMonth(monthValue)
Sets the month in UTC time.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCMonth(monthValue, dayValue)
Sets the month in UTC time.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCSeconds(secondsValue)
Sets the seconds in UTC time.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setUTCSeconds(secondsValue, msValue)
Sets the seconds in UTC time.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
toDateString()
Returns a string version of the date.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
toLocaleDateString()
Returns a string version of the local time zone of the date.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
toLocaleString()
Returns a string version of the local time zone of the date.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
toLocaleTimeString()
Returns a string version of the local time zone of the date.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
toTimeString()
Returns a string version of the date.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
toUTCString()
Returns a string version of the UTC value of the date.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
valueOf()
Return integer milliseconds count

...