訳の正確性を保証するものではありませんので必要に応じて原文であるEcma InternationalのECMA-262にある ECMA-262.pdf ( ECMA-262 5.1 Edition )を参照下さい。
訳:2012年04月 webzoit.net
--15.9.1.7 地域の時間帯(ローカルタイムゾーン)調整
--15.9.1.8 夏時間調整(DST / Daylight Saving Time Adjustment)
--15.9.1.9 ローカルタイム / ローカル時間 / Local Time
--15.9.1.10 時間、分、秒、ミリ秒 / Hours, Minutes, Second, and Milliseconds
--15.9.1.11 MakeTime (hour, min, sec, ms)
--15.9.1.12 MakeDay (year, month, date)
--15.9.1.13 MakeDate (day, time)
----15.9.1.15.1 拡張した年
--15.9.2.1 Date ( [ year [, month [, date [, hours [, minutes [, seconds [, ms ] ] ] ] ] ] ] )
--15.9.3.1 new Date (year, month [, date [, hours [, minutes [, seconds [, ms ] ] ] ] ] )
--15.9.3.2 new Date (value)
--15.9.3.3 new Date ( )
--15.9.4.1 Date.prototype
--15.9.4.2 Date.parse (string)
--15.9.4.3 Date.UTC (year, month [, date [, hours [, minutes [, seconds [, ms ] ] ] ] ] )
--15.9.4.4 Date.now ( )
15.9.5 Date プロトタイプオブジェクトのプロパティ
--15.9.5.1 Date.prototype.constructor
--15.9.5.2 Date.prototype.toString ( )
--15.9.5.3 Date.prototype.toDateString ( )
--15.9.5.4 Date.prototype.toTimeString ( )
--15.9.5.5 Date.prototype.toLocaleString ( )
--15.9.5.6 Date.prototype.toLocaleDateString ( )
--15.9.5.7 Date.prototype.toLocaleTimeString ( )
--15.9.5.8 Date.prototype.valueOf ( )
--15.9.5.9 Date.prototype.getTime ( )
--15.9.5.10 Date.prototype.getFullYear ( )
--15.9.5.11 Date.prototype.getUTCFullYear ( )
--15.9.5.12 Date.prototype.getMonth ( )
--15.9.5.13 Date.prototype.getUTCMonth ( )
--15.9.5.14 Date.prototype.getDate ( )
--15.9.5.15 Date.prototype.getUTCDate ( )
--15.9.5.16 Date.prototype.getDay ( )
--15.9.5.17 Date.prototype.getUTCDay ( )
--15.9.5.18 Date.prototype.getHours ( )
--15.9.5.19 Date.prototype.getUTCHours ( )
--15.9.5.20 Date.prototype.getMinutes ( )
--15.9.5.21 Date.prototype.getUTCMinutes ( )
--15.9.5.22 Date.prototype.getSeconds ( )
--15.9.5.23 Date.prototype.getUTCSeconds ( )
--15.9.5.24 Date.prototype.getMilliseconds ( )
--15.9.5.25 Date.prototype.getUTCMilliseconds ( )
--15.9.5.26 Date.prototype.getTimezoneOffset ( )
--15.9.5.27 Date.prototype.setTime (time)
--15.9.5.28 Date.prototype.setMilliseconds (ms)
--15.9.5.29 Date.prototype.setUTCMilliseconds (ms)
--15.9.5.30 Date.prototype.setSeconds (sec [, ms ] )
--15.9.5.31 Date.prototype.setUTCSeconds (sec [, ms ] )
--15.9.5.32 Date.prototype.setMinutes (min [, sec [, ms ] ] )
--15.9.5.33 Date.prototype.setUTCMinutes (min [, sec [, ms ] ] )
--15.9.5.34 Date.prototype.setHours (hour [, min [, sec [, ms ] ] ] )
--15.9.5.35 Date.prototype.setUTCHours (hour [, min [, sec [, ms ] ] ] )
--15.9.5.36 Date.prototype.setDate (date)
--15.9.5.37 Date.prototype.setUTCDate (date)
--15.9.5.38 Date.prototype.setMonth (month [, date ] )
--15.9.5.39 Date.prototype.setUTCMonth (month [, date ] )
--15.9.5.40 Date.prototype.setFullYear (year [, month [, date ] ] )
--15.9.5.41 Date.prototype.setUTCFullYear (year [, month [, date ] ] )
--15.9.5.42 Date.prototype.toUTCString ( )
--15.9.5.43 Date.prototype.toISOString ( )
--15.9.5.44 Date.prototype.toJSON ( key )