From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- .../global_objects/date/getutcfullyear/index.html | 65 ---------------------- 1 file changed, 65 deletions(-) delete mode 100644 files/uk/web/javascript/reference/global_objects/date/getutcfullyear/index.html (limited to 'files/uk/web/javascript/reference/global_objects/date/getutcfullyear/index.html') diff --git a/files/uk/web/javascript/reference/global_objects/date/getutcfullyear/index.html b/files/uk/web/javascript/reference/global_objects/date/getutcfullyear/index.html deleted file mode 100644 index 04416642dc..0000000000 --- a/files/uk/web/javascript/reference/global_objects/date/getutcfullyear/index.html +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: Date.prototype.getUTCFullYear() -slug: Web/JavaScript/Reference/Global_Objects/Date/getUTCFullYear -tags: - - Date - - JavaScript - - Довідка - - метод -translation_of: Web/JavaScript/Reference/Global_Objects/Date/getUTCFullYear ---- -
{{JSRef}}
- -

Метод getUTCFullYear() повертає рік у вказаній даті згідно з всесвітнім часом.

- -
{{EmbedInteractiveExample("pages/js/date-getutcfullyear.html")}}
- - - -

Синтаксис

- -
dateObj.getUTCFullYear()
- -

Повертає

- -

Число, що відображає рік у вказаній даті згідно з всесвітнім часом.

- -

Опис

- -

Значення, яке повертає getUTCFullYear(), є абсолютним числом, сумісним з 2000-м роком, наприклад, 1995.

- -

Приклади

- -

Використання getUTCFullYear()

- -

Наступний приклад присвоює чотиризначне значення поточного року змінній year.

- -
var today = new Date();
-var year = today.getUTCFullYear();
-
- -

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

- - - - - - - - - - -
Специфікація
{{SpecName('ESDraft', '#sec-date.prototype.getutcfullyear', 'Date.prototype.getUTCFullYear')}}
- -

Сумісність з веб-переглядачами

- - - -

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

- -

Див. також

- - -- cgit v1.2.3-54-g00ecf