From ee4967e7aea9cdb4b9298f9e4b3bd9e80a48cf3f Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 21 Jun 2021 09:47:19 -0400 Subject: remove hidden bcd table from 'de' (#1270) Part of #1008 --- .../javascript/reference/global_objects/date/@@toprimitive/index.html | 2 -- .../web/javascript/reference/global_objects/date/getfullyear/index.html | 2 -- .../de/web/javascript/reference/global_objects/date/gethours/index.html | 2 -- .../javascript/reference/global_objects/date/getmilliseconds/index.html | 2 -- .../web/javascript/reference/global_objects/date/getminutes/index.html | 2 -- .../de/web/javascript/reference/global_objects/date/getmonth/index.html | 2 -- .../web/javascript/reference/global_objects/date/getseconds/index.html | 2 -- .../de/web/javascript/reference/global_objects/date/gettime/index.html | 2 -- .../reference/global_objects/date/gettimezoneoffset/index.html | 2 -- .../web/javascript/reference/global_objects/date/getutcdate/index.html | 2 -- .../web/javascript/reference/global_objects/date/getutcday/index.html | 2 -- .../javascript/reference/global_objects/date/getutcfullyear/index.html | 2 -- .../web/javascript/reference/global_objects/date/getutchours/index.html | 2 -- .../reference/global_objects/date/getutcmilliseconds/index.html | 2 -- .../javascript/reference/global_objects/date/getutcminutes/index.html | 2 -- .../web/javascript/reference/global_objects/date/getutcmonth/index.html | 2 -- .../javascript/reference/global_objects/date/getutcseconds/index.html | 2 -- .../de/web/javascript/reference/global_objects/date/getyear/index.html | 2 -- files/de/web/javascript/reference/global_objects/date/now/index.html | 2 -- files/de/web/javascript/reference/global_objects/date/parse/index.html | 2 -- .../de/web/javascript/reference/global_objects/date/setdate/index.html | 2 -- .../web/javascript/reference/global_objects/date/setfullyear/index.html | 2 -- .../de/web/javascript/reference/global_objects/date/sethours/index.html | 2 -- .../javascript/reference/global_objects/date/setmilliseconds/index.html | 2 -- .../web/javascript/reference/global_objects/date/setminutes/index.html | 2 -- .../de/web/javascript/reference/global_objects/date/setmonth/index.html | 2 -- .../web/javascript/reference/global_objects/date/setseconds/index.html | 2 -- .../de/web/javascript/reference/global_objects/date/settime/index.html | 2 -- .../web/javascript/reference/global_objects/date/setutcdate/index.html | 2 -- .../javascript/reference/global_objects/date/setutcfullyear/index.html | 2 -- .../web/javascript/reference/global_objects/date/setutchours/index.html | 2 -- .../reference/global_objects/date/setutcmilliseconds/index.html | 2 -- .../javascript/reference/global_objects/date/setutcminutes/index.html | 2 -- .../web/javascript/reference/global_objects/date/setutcmonth/index.html | 2 -- .../javascript/reference/global_objects/date/setutcseconds/index.html | 2 -- .../de/web/javascript/reference/global_objects/date/setyear/index.html | 2 -- .../javascript/reference/global_objects/date/todatestring/index.html | 2 -- .../web/javascript/reference/global_objects/date/togmtstring/index.html | 2 -- .../web/javascript/reference/global_objects/date/toisostring/index.html | 2 -- files/de/web/javascript/reference/global_objects/date/tojson/index.html | 2 -- .../reference/global_objects/date/tolocaledatestring/index.html | 2 -- .../javascript/reference/global_objects/date/tolocalestring/index.html | 2 -- .../reference/global_objects/date/tolocaletimestring/index.html | 2 -- .../de/web/javascript/reference/global_objects/date/tosource/index.html | 2 -- .../de/web/javascript/reference/global_objects/date/tostring/index.html | 2 -- .../javascript/reference/global_objects/date/totimestring/index.html | 2 -- .../web/javascript/reference/global_objects/date/toutcstring/index.html | 2 -- files/de/web/javascript/reference/global_objects/date/utc/index.html | 2 -- .../de/web/javascript/reference/global_objects/date/valueof/index.html | 2 -- 49 files changed, 98 deletions(-) (limited to 'files/de/web/javascript/reference/global_objects/date') diff --git a/files/de/web/javascript/reference/global_objects/date/@@toprimitive/index.html b/files/de/web/javascript/reference/global_objects/date/@@toprimitive/index.html index 593369fe87..e2657a843d 100644 --- a/files/de/web/javascript/reference/global_objects/date/@@toprimitive/index.html +++ b/files/de/web/javascript/reference/global_objects/date/@@toprimitive/index.html @@ -58,8 +58,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/@@toPrimitive

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.@@toPrimitive")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/getfullyear/index.html b/files/de/web/javascript/reference/global_objects/date/getfullyear/index.html index 170b9cebfa..17651b9184 100644 --- a/files/de/web/javascript/reference/global_objects/date/getfullyear/index.html +++ b/files/de/web/javascript/reference/global_objects/date/getfullyear/index.html @@ -75,8 +75,6 @@ var year = today.getFullYear();

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getFullYear")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/gethours/index.html b/files/de/web/javascript/reference/global_objects/date/gethours/index.html index c8036ad465..f219fee5fd 100644 --- a/files/de/web/javascript/reference/global_objects/date/gethours/index.html +++ b/files/de/web/javascript/reference/global_objects/date/gethours/index.html @@ -71,8 +71,6 @@ console.log(hours); // 23

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getHours")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/getmilliseconds/index.html b/files/de/web/javascript/reference/global_objects/date/getmilliseconds/index.html index 3238d48bbc..57813de731 100644 --- a/files/de/web/javascript/reference/global_objects/date/getmilliseconds/index.html +++ b/files/de/web/javascript/reference/global_objects/date/getmilliseconds/index.html @@ -69,8 +69,6 @@ var milliseconds = today.getMilliseconds();

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getMilliseconds")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/getminutes/index.html b/files/de/web/javascript/reference/global_objects/date/getminutes/index.html index ec541dc8fe..4b7bda0231 100644 --- a/files/de/web/javascript/reference/global_objects/date/getminutes/index.html +++ b/files/de/web/javascript/reference/global_objects/date/getminutes/index.html @@ -69,8 +69,6 @@ console.log(minutes); // 15

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getMinutes")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/getmonth/index.html b/files/de/web/javascript/reference/global_objects/date/getmonth/index.html index 5c5d8ceed7..05dc026273 100644 --- a/files/de/web/javascript/reference/global_objects/date/getmonth/index.html +++ b/files/de/web/javascript/reference/global_objects/date/getmonth/index.html @@ -71,8 +71,6 @@ console.log(month); // 11

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getMonth")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/getseconds/index.html b/files/de/web/javascript/reference/global_objects/date/getseconds/index.html index 1cd8514b1b..951a1b10da 100644 --- a/files/de/web/javascript/reference/global_objects/date/getseconds/index.html +++ b/files/de/web/javascript/reference/global_objects/date/getseconds/index.html @@ -71,8 +71,6 @@ console.log(seconds); // 30

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getSeconds")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/gettime/index.html b/files/de/web/javascript/reference/global_objects/date/gettime/index.html index 8c6eb521e1..4d056015cc 100644 --- a/files/de/web/javascript/reference/global_objects/date/gettime/index.html +++ b/files/de/web/javascript/reference/global_objects/date/gettime/index.html @@ -113,8 +113,6 @@ new Date().getTime();

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getTime")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html b/files/de/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html index 6d7cbb8442..5af74a5d57 100644 --- a/files/de/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html +++ b/files/de/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html @@ -97,6 +97,4 @@ var labourDayOffset = labourDay.getTimezoneOffset() / 60;

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getTimezoneOffset")}}

diff --git a/files/de/web/javascript/reference/global_objects/date/getutcdate/index.html b/files/de/web/javascript/reference/global_objects/date/getutcdate/index.html index 4d85c3b3b8..22aa3e9e65 100644 --- a/files/de/web/javascript/reference/global_objects/date/getutcdate/index.html +++ b/files/de/web/javascript/reference/global_objects/date/getutcdate/index.html @@ -67,8 +67,6 @@ var day = today.getUTCDate();

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getUTCDate")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/getutcday/index.html b/files/de/web/javascript/reference/global_objects/date/getutcday/index.html index 445e09aae3..194fcd03af 100644 --- a/files/de/web/javascript/reference/global_objects/date/getutcday/index.html +++ b/files/de/web/javascript/reference/global_objects/date/getutcday/index.html @@ -69,8 +69,6 @@ var weekday = today.getUTCDay();

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getUTCDay")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/getutcfullyear/index.html b/files/de/web/javascript/reference/global_objects/date/getutcfullyear/index.html index 0c273c4af9..55972f828b 100644 --- a/files/de/web/javascript/reference/global_objects/date/getutcfullyear/index.html +++ b/files/de/web/javascript/reference/global_objects/date/getutcfullyear/index.html @@ -73,8 +73,6 @@ var year = today.getUTCFullYear();

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getUTCFullYear")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/getutchours/index.html b/files/de/web/javascript/reference/global_objects/date/getutchours/index.html index b11d3df06f..ff37edbb0f 100644 --- a/files/de/web/javascript/reference/global_objects/date/getutchours/index.html +++ b/files/de/web/javascript/reference/global_objects/date/getutchours/index.html @@ -69,8 +69,6 @@ var hours = today.getUTCHours();

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getUTCHours")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html b/files/de/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html index d44ece54d3..a7e83b2dd2 100644 --- a/files/de/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html +++ b/files/de/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html @@ -67,8 +67,6 @@ var milliseconds = today.getUTCMilliseconds();

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getUTCMilliseconds")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/getutcminutes/index.html b/files/de/web/javascript/reference/global_objects/date/getutcminutes/index.html index e2f039b987..02e2593e95 100644 --- a/files/de/web/javascript/reference/global_objects/date/getutcminutes/index.html +++ b/files/de/web/javascript/reference/global_objects/date/getutcminutes/index.html @@ -67,8 +67,6 @@ var minutes = today.getUTCMinutes();

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getUTCMinutes")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/getutcmonth/index.html b/files/de/web/javascript/reference/global_objects/date/getutcmonth/index.html index 3de532c78a..1050baa261 100644 --- a/files/de/web/javascript/reference/global_objects/date/getutcmonth/index.html +++ b/files/de/web/javascript/reference/global_objects/date/getutcmonth/index.html @@ -69,8 +69,6 @@ var month = today.getUTCMonth();

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getUTCMonth")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/getutcseconds/index.html b/files/de/web/javascript/reference/global_objects/date/getutcseconds/index.html index 55ca03eb8f..0fab91ae62 100644 --- a/files/de/web/javascript/reference/global_objects/date/getutcseconds/index.html +++ b/files/de/web/javascript/reference/global_objects/date/getutcseconds/index.html @@ -67,8 +67,6 @@ var seconds = today.getUTCSeconds();

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getUTCSeconds")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/getyear/index.html b/files/de/web/javascript/reference/global_objects/date/getyear/index.html index 1c7ef8baba..c163e32738 100644 --- a/files/de/web/javascript/reference/global_objects/date/getyear/index.html +++ b/files/de/web/javascript/reference/global_objects/date/getyear/index.html @@ -114,8 +114,6 @@ var year = Xmas.getYear(); // returns 95

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.getYear")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/now/index.html b/files/de/web/javascript/reference/global_objects/date/now/index.html index e275650960..9e1b346ffc 100644 --- a/files/de/web/javascript/reference/global_objects/date/now/index.html +++ b/files/de/web/javascript/reference/global_objects/date/now/index.html @@ -93,8 +93,6 @@ new Date().getTime();

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.now")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/parse/index.html b/files/de/web/javascript/reference/global_objects/date/parse/index.html index 4920cdb6a8..bca8b4ce29 100644 --- a/files/de/web/javascript/reference/global_objects/date/parse/index.html +++ b/files/de/web/javascript/reference/global_objects/date/parse/index.html @@ -156,8 +156,6 @@ Date.parseBrowserkompatibilität - -

{{Compat("javascript.builtins.Date.parse")}}

Kompatibilitätsnotitzen

diff --git a/files/de/web/javascript/reference/global_objects/date/setdate/index.html b/files/de/web/javascript/reference/global_objects/date/setdate/index.html index 4fb7d6ac63..1b5de49e50 100644 --- a/files/de/web/javascript/reference/global_objects/date/setdate/index.html +++ b/files/de/web/javascript/reference/global_objects/date/setdate/index.html @@ -79,8 +79,6 @@ theBigDay.setDate(22); // 1962-08-22

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setDate")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/setfullyear/index.html b/files/de/web/javascript/reference/global_objects/date/setfullyear/index.html index 3dafd848dc..e7ecc6ff33 100644 --- a/files/de/web/javascript/reference/global_objects/date/setfullyear/index.html +++ b/files/de/web/javascript/reference/global_objects/date/setfullyear/index.html @@ -84,8 +84,6 @@ theBigDay.setFullYear(1997);

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setFullYear")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/sethours/index.html b/files/de/web/javascript/reference/global_objects/date/sethours/index.html index 3b40e647b6..9c38fbafaf 100644 --- a/files/de/web/javascript/reference/global_objects/date/sethours/index.html +++ b/files/de/web/javascript/reference/global_objects/date/sethours/index.html @@ -90,8 +90,6 @@ theBigDay.setHours(7);

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setHours")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/setmilliseconds/index.html b/files/de/web/javascript/reference/global_objects/date/setmilliseconds/index.html index 51f2e069ab..e29383c2b5 100644 --- a/files/de/web/javascript/reference/global_objects/date/setmilliseconds/index.html +++ b/files/de/web/javascript/reference/global_objects/date/setmilliseconds/index.html @@ -78,8 +78,6 @@ theBigDay.setMilliseconds(100);

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setMilliseconds")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/setminutes/index.html b/files/de/web/javascript/reference/global_objects/date/setminutes/index.html index 75918fb16b..a6d8db3b51 100644 --- a/files/de/web/javascript/reference/global_objects/date/setminutes/index.html +++ b/files/de/web/javascript/reference/global_objects/date/setminutes/index.html @@ -88,8 +88,6 @@ theBigDay.setMinutes(45);

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setMinutes")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/setmonth/index.html b/files/de/web/javascript/reference/global_objects/date/setmonth/index.html index 02d659ad50..b9c07730dd 100644 --- a/files/de/web/javascript/reference/global_objects/date/setmonth/index.html +++ b/files/de/web/javascript/reference/global_objects/date/setmonth/index.html @@ -91,8 +91,6 @@ console.log(endOfMonth); //Wed Mar 02 2016 00:00:00

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setMonth")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/setseconds/index.html b/files/de/web/javascript/reference/global_objects/date/setseconds/index.html index 9a10f186ec..6d374350f6 100644 --- a/files/de/web/javascript/reference/global_objects/date/setseconds/index.html +++ b/files/de/web/javascript/reference/global_objects/date/setseconds/index.html @@ -86,8 +86,6 @@ theBigDay.setSeconds(30);

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setSeconds")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/settime/index.html b/files/de/web/javascript/reference/global_objects/date/settime/index.html index aaf72c378a..6b0946c7de 100644 --- a/files/de/web/javascript/reference/global_objects/date/settime/index.html +++ b/files/de/web/javascript/reference/global_objects/date/settime/index.html @@ -79,8 +79,6 @@ sameAsBigDay.setTime(theBigDay.getTime());

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setTime")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/setutcdate/index.html b/files/de/web/javascript/reference/global_objects/date/setutcdate/index.html index 15f05b5109..1cb1e1572c 100644 --- a/files/de/web/javascript/reference/global_objects/date/setutcdate/index.html +++ b/files/de/web/javascript/reference/global_objects/date/setutcdate/index.html @@ -78,8 +78,6 @@ theBigDay.setUTCDate(20);

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setUTCDate")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/setutcfullyear/index.html b/files/de/web/javascript/reference/global_objects/date/setutcfullyear/index.html index c901540225..7e03bd9eff 100644 --- a/files/de/web/javascript/reference/global_objects/date/setutcfullyear/index.html +++ b/files/de/web/javascript/reference/global_objects/date/setutcfullyear/index.html @@ -84,8 +84,6 @@ theBigDay.setUTCFullYear(1997);

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setUTCFullYear")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/setutchours/index.html b/files/de/web/javascript/reference/global_objects/date/setutchours/index.html index 6194eceb91..3c6471a5e1 100644 --- a/files/de/web/javascript/reference/global_objects/date/setutchours/index.html +++ b/files/de/web/javascript/reference/global_objects/date/setutchours/index.html @@ -86,8 +86,6 @@ theBigDay.setUTCHours(8);

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setUTCHours")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/setutcmilliseconds/index.html b/files/de/web/javascript/reference/global_objects/date/setutcmilliseconds/index.html index 14cbca2f90..323af7b4f6 100644 --- a/files/de/web/javascript/reference/global_objects/date/setutcmilliseconds/index.html +++ b/files/de/web/javascript/reference/global_objects/date/setutcmilliseconds/index.html @@ -78,8 +78,6 @@ theBigDay.setUTCMilliseconds(500);

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setUTCMilliseconds")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/setutcminutes/index.html b/files/de/web/javascript/reference/global_objects/date/setutcminutes/index.html index b56abc94d6..e817dc649c 100644 --- a/files/de/web/javascript/reference/global_objects/date/setutcminutes/index.html +++ b/files/de/web/javascript/reference/global_objects/date/setutcminutes/index.html @@ -84,8 +84,6 @@ theBigDay.setUTCMinutes(43);

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setUTCMinutes")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/setutcmonth/index.html b/files/de/web/javascript/reference/global_objects/date/setutcmonth/index.html index d4f393051d..695be86c5b 100644 --- a/files/de/web/javascript/reference/global_objects/date/setutcmonth/index.html +++ b/files/de/web/javascript/reference/global_objects/date/setutcmonth/index.html @@ -82,8 +82,6 @@ theBigDay.setUTCMonth(11);

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setUTCMonth")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/setutcseconds/index.html b/files/de/web/javascript/reference/global_objects/date/setutcseconds/index.html index 52ce280245..b5946c8e12 100644 --- a/files/de/web/javascript/reference/global_objects/date/setutcseconds/index.html +++ b/files/de/web/javascript/reference/global_objects/date/setutcseconds/index.html @@ -82,8 +82,6 @@ theBigDay.setUTCSeconds(20);

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setUTCSeconds")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/setyear/index.html b/files/de/web/javascript/reference/global_objects/date/setyear/index.html index 8eb3627370..fe0a3e3e0a 100644 --- a/files/de/web/javascript/reference/global_objects/date/setyear/index.html +++ b/files/de/web/javascript/reference/global_objects/date/setyear/index.html @@ -82,8 +82,6 @@ theBigDay.setYear(2000);

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.setYear")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/todatestring/index.html b/files/de/web/javascript/reference/global_objects/date/todatestring/index.html index 00440243e6..7dd5152a04 100644 --- a/files/de/web/javascript/reference/global_objects/date/todatestring/index.html +++ b/files/de/web/javascript/reference/global_objects/date/todatestring/index.html @@ -79,8 +79,6 @@ console.log(d.toDateString()); // logs Wed Jun 28 1993

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.toDateString")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/togmtstring/index.html b/files/de/web/javascript/reference/global_objects/date/togmtstring/index.html index c80dfdc5b9..68d797af38 100644 --- a/files/de/web/javascript/reference/global_objects/date/togmtstring/index.html +++ b/files/de/web/javascript/reference/global_objects/date/togmtstring/index.html @@ -74,8 +74,6 @@ console.log(str); // Mon, 18 Dec 1995 17:28:35 GMT

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.toGMTString")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/toisostring/index.html b/files/de/web/javascript/reference/global_objects/date/toisostring/index.html index 8d84d65c3c..45452bcda6 100644 --- a/files/de/web/javascript/reference/global_objects/date/toisostring/index.html +++ b/files/de/web/javascript/reference/global_objects/date/toisostring/index.html @@ -96,8 +96,6 @@ console.log(today.toISOString()); // Returns 2011-10-05T14:48:00.000Z

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.toISOString")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/tojson/index.html b/files/de/web/javascript/reference/global_objects/date/tojson/index.html index 1d65876585..bbe50ba20e 100644 --- a/files/de/web/javascript/reference/global_objects/date/tojson/index.html +++ b/files/de/web/javascript/reference/global_objects/date/tojson/index.html @@ -68,8 +68,6 @@ console.log(jsonDate); //2015-10-26T07:46:36.611Z

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.toJSON")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/tolocaledatestring/index.html b/files/de/web/javascript/reference/global_objects/date/tolocaledatestring/index.html index 21248d939a..c6f2dea2e2 100644 --- a/files/de/web/javascript/reference/global_objects/date/tolocaledatestring/index.html +++ b/files/de/web/javascript/reference/global_objects/date/tolocaledatestring/index.html @@ -174,8 +174,6 @@ console.log(date.toLocaleDateString('en-US', options));

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.toLocaleDateString")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/tolocalestring/index.html b/files/de/web/javascript/reference/global_objects/date/tolocalestring/index.html index 4db8f38c1e..d21b117725 100644 --- a/files/de/web/javascript/reference/global_objects/date/tolocalestring/index.html +++ b/files/de/web/javascript/reference/global_objects/date/tolocalestring/index.html @@ -174,8 +174,6 @@ console.log(date.toLocaleString('en-US', { hour12: false }));

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.toLocaleString")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/tolocaletimestring/index.html b/files/de/web/javascript/reference/global_objects/date/tolocaletimestring/index.html index da74e548cf..e77121da82 100644 --- a/files/de/web/javascript/reference/global_objects/date/tolocaletimestring/index.html +++ b/files/de/web/javascript/reference/global_objects/date/tolocaletimestring/index.html @@ -162,8 +162,6 @@ console.log(date.toLocaleTimeString('en-US', { hour12: false }));

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.toLocaleTimeString")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/tosource/index.html b/files/de/web/javascript/reference/global_objects/date/tosource/index.html index 12764ae672..670bc870ea 100644 --- a/files/de/web/javascript/reference/global_objects/date/tosource/index.html +++ b/files/de/web/javascript/reference/global_objects/date/tosource/index.html @@ -50,8 +50,6 @@ Date.toSource()

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.toSource")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/tostring/index.html b/files/de/web/javascript/reference/global_objects/date/tostring/index.html index 470fd1903c..22163a496f 100644 --- a/files/de/web/javascript/reference/global_objects/date/tostring/index.html +++ b/files/de/web/javascript/reference/global_objects/date/tostring/index.html @@ -80,8 +80,6 @@ myVar = x.toString(); // Weist der Variablen myVar folgenden Wert zu:

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.toString")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/totimestring/index.html b/files/de/web/javascript/reference/global_objects/date/totimestring/index.html index 65d643c72a..a601e1217e 100644 --- a/files/de/web/javascript/reference/global_objects/date/totimestring/index.html +++ b/files/de/web/javascript/reference/global_objects/date/totimestring/index.html @@ -75,8 +75,6 @@ console.log(d.toTimeString()); // logs 14:39:07 GMT-0600 (PDT)

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.toTimeString")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/toutcstring/index.html b/files/de/web/javascript/reference/global_objects/date/toutcstring/index.html index 02dc9d414b..5d62c43f3d 100644 --- a/files/de/web/javascript/reference/global_objects/date/toutcstring/index.html +++ b/files/de/web/javascript/reference/global_objects/date/toutcstring/index.html @@ -71,8 +71,6 @@ var UTCstring = today.toUTCString(); // Wed, 14 Jun 2017 07:00:00 GMT

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.toUTCString")}}

Siehe auch

diff --git a/files/de/web/javascript/reference/global_objects/date/utc/index.html b/files/de/web/javascript/reference/global_objects/date/utc/index.html index 56aa3fde32..e28c47d1ea 100644 --- a/files/de/web/javascript/reference/global_objects/date/utc/index.html +++ b/files/de/web/javascript/reference/global_objects/date/utc/index.html @@ -103,8 +103,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/UTC

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.UTC")}}

Anmerkungen zur Kompatibilität

diff --git a/files/de/web/javascript/reference/global_objects/date/valueof/index.html b/files/de/web/javascript/reference/global_objects/date/valueof/index.html index 18f540fa4d..f4df14f79b 100644 --- a/files/de/web/javascript/reference/global_objects/date/valueof/index.html +++ b/files/de/web/javascript/reference/global_objects/date/valueof/index.html @@ -73,8 +73,6 @@ var myVar = x.valueOf(); // schreibt -424713600000 auf myVar

Browserkompatibilität

- -

{{Compat("javascript.builtins.Date.valueOf")}}

Siehe auch

-- cgit v1.2.3-54-g00ecf