From 1386fed7d38652d5848d315927e7e23a66cffd13 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 20 Oct 2021 13:28:52 +0300 Subject: [RU] Remove `name` attribute from headings (#2788) --- .../reference/global_objects/date/getdate/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'files/ru/web/javascript/reference/global_objects/date/getdate') 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 06c43d7b14..52e0d9eefa 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 @@ -11,25 +11,25 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/getDate ---
{{JSRef("Global_Objects", "Date")}}
-

Сводка

+

Сводка

Метод getDate() возвращает день месяца указанной даты по местному времени.

-

Синтаксис

+

Синтаксис

dateObj.getDate()
-

Параметры

+

Параметры

Нет.

-

Возвращаемое значение

+

Возвращаемое значение

Значение, возвращённое методом getDate(), является целым числом от 1 до 31.

-

Примеры

+

Примеры

-

Пример: использование метода getDate()

+

Пример: использование метода getDate()

Вторая инструкция в примере ниже присваивает значение 25 переменной day из значения объекта {{jsxref("Global_Objects/Date", "Date")}} date.

@@ -39,7 +39,7 @@ let day = date.getDate(); console.log(day); // 25 -

Спецификации

+

Спецификации

@@ -66,13 +66,13 @@ console.log(day); // 25
-

Совместимость с браузерами

+

Совместимость с браузерами

{{Compat("javascript.builtins.Date.getDate")}}
-

Смотрите также

+

Смотрите также