From 325a9a16506132e984a82bbfce18f9220e81fbb0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 22 Jun 2021 07:55:45 -0400 Subject: remove hidden bcd table from 'es' (#1271) --- .../web/javascript/reference/global_objects/date/getseconds/index.html | 2 -- .../es/web/javascript/reference/global_objects/date/setmonth/index.html | 2 +- .../javascript/reference/global_objects/date/todatestring/index.html | 2 +- files/es/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 -- .../web/javascript/reference/global_objects/date/toutcstring/index.html | 2 -- 8 files changed, 4 insertions(+), 12 deletions(-) (limited to 'files/es/web/javascript/reference/global_objects/date') diff --git a/files/es/web/javascript/reference/global_objects/date/getseconds/index.html b/files/es/web/javascript/reference/global_objects/date/getseconds/index.html index 8ac39df2ac..56f4dd3d53 100644 --- a/files/es/web/javascript/reference/global_objects/date/getseconds/index.html +++ b/files/es/web/javascript/reference/global_objects/date/getseconds/index.html @@ -72,8 +72,6 @@ console.log(seconds); // 30

Compatibilidad con navegadores

- -

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

See also

diff --git a/files/es/web/javascript/reference/global_objects/date/setmonth/index.html b/files/es/web/javascript/reference/global_objects/date/setmonth/index.html index 31cf7a0a1b..5a006690cb 100644 --- a/files/es/web/javascript/reference/global_objects/date/setmonth/index.html +++ b/files/es/web/javascript/reference/global_objects/date/setmonth/index.html @@ -67,7 +67,7 @@ console.log(endOfMonth); //Wed Mar 02 2016 00:00:00

Compatibilidad del navegador

- +

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

diff --git a/files/es/web/javascript/reference/global_objects/date/todatestring/index.html b/files/es/web/javascript/reference/global_objects/date/todatestring/index.html index c41e483770..44834d8b5b 100644 --- a/files/es/web/javascript/reference/global_objects/date/todatestring/index.html +++ b/files/es/web/javascript/reference/global_objects/date/todatestring/index.html @@ -76,7 +76,7 @@ console.log(d.toDateString()); // logs Wed Jun 28 1993

Compatibilidad entre navegadores

- +

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

diff --git a/files/es/web/javascript/reference/global_objects/date/tojson/index.html b/files/es/web/javascript/reference/global_objects/date/tojson/index.html index fc5bec9d70..8e593d71d4 100644 --- a/files/es/web/javascript/reference/global_objects/date/tojson/index.html +++ b/files/es/web/javascript/reference/global_objects/date/tojson/index.html @@ -49,7 +49,7 @@ console.log(jsonDate); //2015-10-26T07:46:36.611Z

Compatibilidad en buscadores

- +

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

diff --git a/files/es/web/javascript/reference/global_objects/date/tolocaledatestring/index.html b/files/es/web/javascript/reference/global_objects/date/tolocaledatestring/index.html index 03eeb01938..35cd7d54b6 100644 --- a/files/es/web/javascript/reference/global_objects/date/tolocaledatestring/index.html +++ b/files/es/web/javascript/reference/global_objects/date/tolocaledatestring/index.html @@ -146,7 +146,7 @@ console.log(date.toLocaleDateString('en-US', options));

Compatibilidad con el navegador

- +

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

diff --git a/files/es/web/javascript/reference/global_objects/date/tolocalestring/index.html b/files/es/web/javascript/reference/global_objects/date/tolocalestring/index.html index 00ff28b732..dee578064f 100644 --- a/files/es/web/javascript/reference/global_objects/date/tolocalestring/index.html +++ b/files/es/web/javascript/reference/global_objects/date/tolocalestring/index.html @@ -150,8 +150,6 @@ console.log(date.toLocaleString('en-US', { hour12: false }));

Browser compatibility

- -

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

See also

diff --git a/files/es/web/javascript/reference/global_objects/date/tolocaletimestring/index.html b/files/es/web/javascript/reference/global_objects/date/tolocaletimestring/index.html index 0e06f10c08..f960023e89 100644 --- a/files/es/web/javascript/reference/global_objects/date/tolocaletimestring/index.html +++ b/files/es/web/javascript/reference/global_objects/date/tolocaletimestring/index.html @@ -138,8 +138,6 @@ console.log(date.toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' }))

Compatibilidad con navegadores

- -

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

Ver también

diff --git a/files/es/web/javascript/reference/global_objects/date/toutcstring/index.html b/files/es/web/javascript/reference/global_objects/date/toutcstring/index.html index db7c4af97f..ab03bc6a85 100644 --- a/files/es/web/javascript/reference/global_objects/date/toutcstring/index.html +++ b/files/es/web/javascript/reference/global_objects/date/toutcstring/index.html @@ -93,8 +93,6 @@ var UTCstring = today.toUTCString(); // Wed, 14 Jun 2017 07:00:00 GMT

Compatibilidad del navegador

- -

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

Ver también

-- cgit v1.2.3-54-g00ecf