diff --git a/files/en-us/web/javascript/reference/global_objects/date/date/index.html b/files/en-us/web/javascript/reference/global_objects/date/date/index.html
index 5b6276ce1bb8aae..0e0c48b35922a46 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/date/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/date/index.html
@@ -20,9 +20,15 @@
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getdate/index.html b/files/en-us/web/javascript/reference/global_objects/date/getdate/index.html
index 635edae2ecf8725..765b56acabd60f7 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getdate/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getdate/index.html
@@ -18,7 +18,7 @@
Syntax
-
dateObj.getDate()
+
getDate()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getday/index.html b/files/en-us/web/javascript/reference/global_objects/date/getday/index.html
index a310db4abd91cde..b40c62846cc9859 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getday/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getday/index.html
@@ -19,7 +19,7 @@
Syntax
-
dateObj.getDay()
+
getDay()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getfullyear/index.html b/files/en-us/web/javascript/reference/global_objects/date/getfullyear/index.html
index ed955687b1ce17b..785f1baaebfcd13 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getfullyear/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getfullyear/index.html
@@ -21,7 +21,7 @@
Syntax
-
dateObj.getFullYear()
+
getFullYear()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/gethours/index.html b/files/en-us/web/javascript/reference/global_objects/date/gethours/index.html
index f05eec852079c38..e8acc0ac8606b73 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/gethours/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/gethours/index.html
@@ -17,7 +17,7 @@
Syntax
-
dateObj.getHours()
+
getHours()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getmilliseconds/index.html b/files/en-us/web/javascript/reference/global_objects/date/getmilliseconds/index.html
index 82b03e558ae6745..d074ec59f4ccdb5 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getmilliseconds/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getmilliseconds/index.html
@@ -18,7 +18,7 @@
Syntax
-
dateObj.getMilliseconds()
+
getMilliseconds()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getminutes/index.html b/files/en-us/web/javascript/reference/global_objects/date/getminutes/index.html
index 1b97dbd468e2887..c16087a1410b44a 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getminutes/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getminutes/index.html
@@ -18,7 +18,7 @@
Syntax
-
dateObj.getMinutes()
+
getMinutes()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getmonth/index.html b/files/en-us/web/javascript/reference/global_objects/date/getmonth/index.html
index a05ca17f008243a..8b8cef149daca9c 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getmonth/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getmonth/index.html
@@ -19,7 +19,7 @@
Syntax
-
dateObj.getMonth()
+
getMonth()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getseconds/index.html b/files/en-us/web/javascript/reference/global_objects/date/getseconds/index.html
index 650a95c8fee5366..44ddb9fda806254 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getseconds/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getseconds/index.html
@@ -18,7 +18,7 @@
Syntax
-
dateObj.getSeconds()
+
getSeconds()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/gettime/index.html b/files/en-us/web/javascript/reference/global_objects/date/gettime/index.html
index db28279ca5715a7..bfbbc6f16279eeb 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/gettime/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/gettime/index.html
@@ -28,7 +28,7 @@
Syntax
-
dateObj.getTime()
+
getTime()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html b/files/en-us/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html
index 1c948c29e36ff74..f7f9a0d90b95397 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html
@@ -16,7 +16,7 @@
Syntax
-
date.getTimezoneOffset()
+
getTimezoneOffset()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getutcdate/index.html b/files/en-us/web/javascript/reference/global_objects/date/getutcdate/index.html
index f326e06aa10a969..ef15033f5a6caa2 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getutcdate/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getutcdate/index.html
@@ -18,7 +18,7 @@
Syntax
-
dateObj.getUTCDate()
+
getUTCDate()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getutcday/index.html b/files/en-us/web/javascript/reference/global_objects/date/getutcday/index.html
index 75ef2db296b2415..e1550b5b254905a 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getutcday/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getutcday/index.html
@@ -18,7 +18,7 @@
Syntax
-
dateObj.getUTCDay()
+
getUTCDay()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getutcfullyear/index.html b/files/en-us/web/javascript/reference/global_objects/date/getutcfullyear/index.html
index 2c01f1a54c50105..ae17597496b2aa5 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getutcfullyear/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getutcfullyear/index.html
@@ -18,7 +18,7 @@
Syntax
-
dateObj.getUTCFullYear()
+
getUTCFullYear()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getutchours/index.html b/files/en-us/web/javascript/reference/global_objects/date/getutchours/index.html
index 8df5526f913ccfe..31d88942fb2ca3a 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getutchours/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getutchours/index.html
@@ -18,7 +18,7 @@
Syntax
-
dateObj.getUTCHours()
+
getUTCHours()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html b/files/en-us/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html
index 70eb21b42c5f1e0..9b3eca29fb462ca 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html
@@ -18,7 +18,7 @@
Syntax
-
dateObj.getUTCMilliseconds()
+
getUTCMilliseconds()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getutcminutes/index.html b/files/en-us/web/javascript/reference/global_objects/date/getutcminutes/index.html
index 16b92202ffd5f7f..d566e5a92b70178 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getutcminutes/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getutcminutes/index.html
@@ -18,7 +18,7 @@
Syntax
-
dateObj.getUTCMinutes()
+
getUTCMinutes()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getutcmonth/index.html b/files/en-us/web/javascript/reference/global_objects/date/getutcmonth/index.html
index 3908b4bb833f31e..283deb17dabcaa3 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getutcmonth/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getutcmonth/index.html
@@ -19,7 +19,7 @@
Syntax
-
dateObj.getUTCMonth()
+
getUTCMonth()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getutcseconds/index.html b/files/en-us/web/javascript/reference/global_objects/date/getutcseconds/index.html
index 1b209141d1b5c79..610b635712f8ffd 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getutcseconds/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getutcseconds/index.html
@@ -18,7 +18,7 @@
Syntax
-
dateObj.getUTCSeconds()
+
getUTCSeconds()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/getyear/index.html b/files/en-us/web/javascript/reference/global_objects/date/getyear/index.html
index 782c066f72e38d5..a7960cf7ed6a78a 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/getyear/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/getyear/index.html
@@ -18,7 +18,7 @@
Syntax
-
dateObj.getYear()
+
getYear()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/now/index.html b/files/en-us/web/javascript/reference/global_objects/date/now/index.html
index 7692afe5d4409bc..0db2a38f8034933 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/now/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/now/index.html
@@ -18,7 +18,7 @@
Syntax
-
var timeInMs = Date.now();
+
Date.now()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/setdate/index.html b/files/en-us/web/javascript/reference/global_objects/date/setdate/index.html
index 73a3c661c0cb82e..b7d3ebc707a8d3d 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/setdate/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/setdate/index.html
@@ -19,7 +19,7 @@
Syntax
-
dateObj.setDate(dayValue)
+
setDate(dayValue)
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/setfullyear/index.html b/files/en-us/web/javascript/reference/global_objects/date/setfullyear/index.html
index f535969864cf7b4..c805e55bdcc32e0 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/setfullyear/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/setfullyear/index.html
@@ -18,8 +18,11 @@
Syntax
-
dateObj.setFullYear(yearValue[, monthValue[, dateValue]])
+
+setFullYear(yearValue)
+setFullYear(yearValue, monthValue)
+setFullYear(yearValue, monthValue, dateValue)
+
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/sethours/index.html b/files/en-us/web/javascript/reference/global_objects/date/sethours/index.html
index 47e5a7c686f4899..ebd89d9bfe1946c 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/sethours/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/sethours/index.html
@@ -19,13 +19,12 @@
Syntax
-
dateObj.setHours(hoursValue[, minutesValue[, secondsValue[, msValue]]])
-
-
Versions prior to JavaScript 1.3
-
-
dateObj.setHours(hoursValue)
+
+setHours(hoursValue)
+setHours(hoursValue, minutesValue)
+setHours(hoursValue, minutesValue, secondsValue)
+setHours(hoursValue, minutesValue, secondsValue, msValue)
+
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/setmilliseconds/index.html b/files/en-us/web/javascript/reference/global_objects/date/setmilliseconds/index.html
index 904454654ca621f..7a4d15b8863b732 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/setmilliseconds/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/setmilliseconds/index.html
@@ -18,8 +18,7 @@
Syntax
-
dateObj.setMilliseconds(millisecondsValue)
+
setMilliseconds(millisecondsValue)
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/setminutes/index.html b/files/en-us/web/javascript/reference/global_objects/date/setminutes/index.html
index 0f9133e92def7a0..e3343a0ceae4223 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/setminutes/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/setminutes/index.html
@@ -18,13 +18,11 @@
Syntax
-
dateObj.setMinutes(minutesValue[, secondsValue[, msValue]])
-
-
Versions prior to JavaScript 1.3
-
-
dateObj.setMinutes(minutesValue)
+
+setMinutes(minutesValue)
+setMinutes(minutesValue, secondsValue)
+setMinutes(minutesValue, secondsValue, msValue)
+
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/setmonth/index.html b/files/en-us/web/javascript/reference/global_objects/date/setmonth/index.html
index 5286ea23aefe5a6..4d2cd6c3812c95f 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/setmonth/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/setmonth/index.html
@@ -17,13 +17,10 @@
Syntax
-
dateObj.setMonth(monthValue[, dayValue])
-
-
Versions prior to JavaScript 1.3
-
-
dateObj.setMonth(monthValue)
+
+setMonth(monthValue)
+setMonth(monthValue, dayValue)
+
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/setseconds/index.html b/files/en-us/web/javascript/reference/global_objects/date/setseconds/index.html
index e2ef9221e006f9b..81f92d205bddc11 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/setseconds/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/setseconds/index.html
@@ -18,13 +18,10 @@
Syntax
-
dateObj.setSeconds(secondsValue[, msValue])
-
-
Versions prior to JavaScript 1.3
-
-
dateObj.setSeconds(secondsValue)
+
+setSeconds(secondsValue)
+setSeconds(secondsValue, msValue)
+
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/settime/index.html b/files/en-us/web/javascript/reference/global_objects/date/settime/index.html
index 4cff3b1b0c69223..84c07235f182c95 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/settime/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/settime/index.html
@@ -19,7 +19,7 @@
Syntax
-
dateObj.setTime(timeValue)
+
setTime(timeValue)
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/setutcdate/index.html b/files/en-us/web/javascript/reference/global_objects/date/setutcdate/index.html
index 6a5483813ad7a33..469756ec10d59a6 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/setutcdate/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/setutcdate/index.html
@@ -19,8 +19,7 @@
Syntax
-
dateObj.setUTCDate(dayValue)
+
setUTCDate(dayValue)
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/setutcfullyear/index.html b/files/en-us/web/javascript/reference/global_objects/date/setutcfullyear/index.html
index 4d7a1067271c60a..17319f35ab7709e 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/setutcfullyear/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/setutcfullyear/index.html
@@ -18,8 +18,11 @@
Syntax
-
dateObj.setUTCFullYear(yearValue[, monthValue[, dayValue]])
+
+setUTCFullYear(yearValue)
+setUTCFullYear(yearValue, monthValue)
+setUTCFullYear(yearValue, monthValue, dayValue)
+
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/setutchours/index.html b/files/en-us/web/javascript/reference/global_objects/date/setutchours/index.html
index 66a4966de844ad0..2484cfddebd10c5 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/setutchours/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/setutchours/index.html
@@ -20,8 +20,12 @@
Syntax
-
dateObj.setUTCHours(hoursValue[, minutesValue[, secondsValue[, msValue]]])
+
+setUTCHours(hoursValue)
+setUTCHours(hoursValue, minutesValue)
+setUTCHours(hoursValue, minutesValue, secondsValue)
+setUTCHours(hoursValue, minutesValue, secondsValue, msValue)
+
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/setutcmilliseconds/index.html b/files/en-us/web/javascript/reference/global_objects/date/setutcmilliseconds/index.html
index 1dfb270848bc478..40f39115227f05e 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/setutcmilliseconds/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/setutcmilliseconds/index.html
@@ -18,8 +18,7 @@
Syntax
-
dateObj.setUTCMilliseconds(millisecondsValue)
+
setUTCMilliseconds(millisecondsValue)
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/setutcminutes/index.html b/files/en-us/web/javascript/reference/global_objects/date/setutcminutes/index.html
index 45b28fd6cfbd9e8..0ec827932b23d98 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/setutcminutes/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/setutcminutes/index.html
@@ -18,8 +18,11 @@
Syntax
-
dateObj.setUTCMinutes(minutesValue[, secondsValue[, msValue]])
+
+setUTCMinutes(minutesValue)
+setUTCMinutes(minutesValue, secondsValue)
+setUTCMinutes(minutesValue, secondsValue, msValue)
+
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/setutcmonth/index.html b/files/en-us/web/javascript/reference/global_objects/date/setutcmonth/index.html
index 6851d36846b6d44..7785b29707425d4 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/setutcmonth/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/setutcmonth/index.html
@@ -18,8 +18,10 @@
Syntax
-
dateObj.setUTCMonth(monthValue[, dayValue])
+
+setUTCMonth(monthValue)
+setUTCMonth(monthValue, dayValue)
+
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/setutcseconds/index.html b/files/en-us/web/javascript/reference/global_objects/date/setutcseconds/index.html
index 56a014d8f7ffa41..ba9ebc41d515072 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/setutcseconds/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/setutcseconds/index.html
@@ -18,8 +18,10 @@
Syntax
-
dateObj.setUTCSeconds(secondsValue[, msValue])
+
+setUTCSeconds(secondsValue)
+setUTCSeconds(secondsValue, msValue)
+
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/setyear/index.html b/files/en-us/web/javascript/reference/global_objects/date/setyear/index.html
index f2b5c4e366c55f5..d29ff1f5006eeed 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/setyear/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/setyear/index.html
@@ -18,7 +18,7 @@
Syntax
-
dateObj.setYear(yearValue)
+
setYear(yearValue)
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/todatestring/index.html b/files/en-us/web/javascript/reference/global_objects/date/todatestring/index.html
index 581c06efde50f44..1c43071e7e1eccc 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/todatestring/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/todatestring/index.html
@@ -26,7 +26,7 @@
Syntax
-
dateObj.toDateString()
+
toDateString()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/togmtstring/index.html b/files/en-us/web/javascript/reference/global_objects/date/togmtstring/index.html
index b3e4ca8adf78a6d..19bd5f69e731367 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/togmtstring/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/togmtstring/index.html
@@ -24,7 +24,7 @@
Syntax
-
dateObj.toGMTString()
+
toGMTString()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/toisostring/index.html b/files/en-us/web/javascript/reference/global_objects/date/toisostring/index.html
index 650eadb5994e227..9a0f4b2965953d7 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/toisostring/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/toisostring/index.html
@@ -26,7 +26,7 @@
Syntax
-
dateObj.toISOString()
+
toISOString()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/tojson/index.html b/files/en-us/web/javascript/reference/global_objects/date/tojson/index.html
index bb964e7485ba42e..1237b8433fc6a18 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/tojson/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/tojson/index.html
@@ -18,7 +18,7 @@
Syntax
-
dateObj.toJSON()
+
toJSON()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/tolocaledatestring/index.html b/files/en-us/web/javascript/reference/global_objects/date/tolocaledatestring/index.html
index 561149142c82518..56f1042fcd347da 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/tolocaledatestring/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/tolocaledatestring/index.html
@@ -25,8 +25,11 @@
Syntax
-
dateObj.toLocaleDateString([locales[, options]])
+
+toLocaleDateString()
+toLocaleDateString(locales)
+toLocaleDateString(locales, options)
+
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/tolocalestring/index.html b/files/en-us/web/javascript/reference/global_objects/date/tolocalestring/index.html
index e600484c85ae917..fdecd233dcd0e76 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/tolocalestring/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/tolocalestring/index.html
@@ -26,8 +26,11 @@
Syntax
-
dateObj.toLocaleString([locales[, options]])
+
+toLocaleString()
+toLocaleString(locales)
+toLocaleString(locales, options)
+
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/tolocaletimestring/index.html b/files/en-us/web/javascript/reference/global_objects/date/tolocaletimestring/index.html
index dd78083c1e783d7..c6a7799746b33d8 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/tolocaletimestring/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/tolocaletimestring/index.html
@@ -24,8 +24,11 @@
Syntax
-
dateObj.toLocaleTimeString([locales[, options]])
+
+toLocaleTimeString()
+toLocaleTimeString(locales)
+toLocaleTimeString(locales, options)
+
Parameters
diff --git a/files/en-us/web/javascript/reference/global_objects/date/tostring/index.html b/files/en-us/web/javascript/reference/global_objects/date/tostring/index.html
index 59fd5c0d64bb9e6..9f394066055cd44 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/tostring/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/tostring/index.html
@@ -17,7 +17,7 @@
Syntax
-
dateObj.toString()
+
toString()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/totimestring/index.html b/files/en-us/web/javascript/reference/global_objects/date/totimestring/index.html
index 54200675709041b..9811dc58e3ab242 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/totimestring/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/totimestring/index.html
@@ -18,7 +18,7 @@
Syntax
-
dateObj.toTimeString()
+
toTimeString()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/toutcstring/index.html b/files/en-us/web/javascript/reference/global_objects/date/toutcstring/index.html
index 059a8b0ffa9d59b..93e4a3ebe190dcd 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/toutcstring/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/toutcstring/index.html
@@ -24,7 +24,7 @@
Syntax
-
dateObj.toUTCString()
+
toUTCString()
Return value
diff --git a/files/en-us/web/javascript/reference/global_objects/date/utc/index.html b/files/en-us/web/javascript/reference/global_objects/date/utc/index.html
index d1158fa177ed3c8..34da90b9db580fe 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/utc/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/utc/index.html
@@ -18,18 +18,15 @@
Syntax
-
Since ECMAScript 2017:
-
-
Date.UTC(year[, month[, day[, hour[, minute[, second[, millisecond]]]]]])
-
-
ECMAScript 2016 and earlier: (month
used
- to be required)
-
-
Date.UTC(year, month[, day[, hour[, minute[, second[, millisecond]]]]])
-
-
Parameters
+
+Date.UTC(year)
+Date.UTC(year, month)
+Date.UTC(year, month, day)
+Date.UTC(year, month, day, hour)
+Date.UTC(year, month, day, hour, minute)
+Date.UTC(year, month, day, hour, minute, second)
+Date.UTC(year, month, day, hour, minute, second, millisecond)
+
year
diff --git a/files/en-us/web/javascript/reference/global_objects/date/valueof/index.html b/files/en-us/web/javascript/reference/global_objects/date/valueof/index.html
index ca9d45a10c82765..1fb3b5122f0fc93 100644
--- a/files/en-us/web/javascript/reference/global_objects/date/valueof/index.html
+++ b/files/en-us/web/javascript/reference/global_objects/date/valueof/index.html
@@ -17,7 +17,7 @@
Syntax
-dateObj.valueOf()
+valueOf()
Return value