aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/javascript/reference/global_objects/date
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/javascript/reference/global_objects/date')
-rw-r--r--files/ru/web/javascript/reference/global_objects/date/getdate/index.html2
-rw-r--r--files/ru/web/javascript/reference/global_objects/date/getday/index.html2
-rw-r--r--files/ru/web/javascript/reference/global_objects/date/getfullyear/index.html2
-rw-r--r--files/ru/web/javascript/reference/global_objects/date/gethours/index.html2
-rw-r--r--files/ru/web/javascript/reference/global_objects/date/gettime/index.html2
5 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/date/getdate/index.html b/files/ru/web/javascript/reference/global_objects/date/getdate/index.html
index 76fe3309a6..b0aa261a5b 100644
--- a/files/ru/web/javascript/reference/global_objects/date/getdate/index.html
+++ b/files/ru/web/javascript/reference/global_objects/date/getdate/index.html
@@ -45,7 +45,7 @@ console.log(day); // 25
<h2 id="Browser_compatibility">Совместимость с браузерами</h2>
-<div></div>
+
<div id="compat-mobile">{{Compat}}</div>
diff --git a/files/ru/web/javascript/reference/global_objects/date/getday/index.html b/files/ru/web/javascript/reference/global_objects/date/getday/index.html
index 2ac3fc9798..b5bbe6ea76 100644
--- a/files/ru/web/javascript/reference/global_objects/date/getday/index.html
+++ b/files/ru/web/javascript/reference/global_objects/date/getday/index.html
@@ -58,7 +58,7 @@ console.log(new Intl.DateTimeFormat('ru-RU', options).format(date));
<h2 id="Browser_compatibility">Совместимость с браузерами</h2>
-<div></div>
+
<div id="compat-mobile">{{Compat}}</div>
diff --git a/files/ru/web/javascript/reference/global_objects/date/getfullyear/index.html b/files/ru/web/javascript/reference/global_objects/date/getfullyear/index.html
index 98df1dbdb0..42310afdbd 100644
--- a/files/ru/web/javascript/reference/global_objects/date/getfullyear/index.html
+++ b/files/ru/web/javascript/reference/global_objects/date/getfullyear/index.html
@@ -45,7 +45,7 @@ let year = today.getFullYear(); // 2020
<h2 id="Browser_compatibility">Совместимость с браузерами</h2>
-<div></div>
+
<div id="compat-mobile">{{Compat}}</div>
diff --git a/files/ru/web/javascript/reference/global_objects/date/gethours/index.html b/files/ru/web/javascript/reference/global_objects/date/gethours/index.html
index 0538c9a14a..bd0c41f3de 100644
--- a/files/ru/web/javascript/reference/global_objects/date/gethours/index.html
+++ b/files/ru/web/javascript/reference/global_objects/date/gethours/index.html
@@ -45,7 +45,7 @@ console.log(hours); // 23
<h2 id="Browser_compatibility">Совместимость с браузерами</h2>
-<div></div>
+
<div id="compat-mobile">{{Compat}}</div>
diff --git a/files/ru/web/javascript/reference/global_objects/date/gettime/index.html b/files/ru/web/javascript/reference/global_objects/date/gettime/index.html
index 4f07af1c25..4207eae417 100644
--- a/files/ru/web/javascript/reference/global_objects/date/gettime/index.html
+++ b/files/ru/web/javascript/reference/global_objects/date/gettime/index.html
@@ -11,7 +11,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/getTime
---
<div>{{JSRef("Global_Objects", "Date")}}</div>
-<div></div>
+
<p>Метод <strong><code>getTime()</code></strong> возвращает числовое значение, соответствующее указанной дате по всемирному координированному времени.</p>