diff options
Diffstat (limited to 'files/ru/web/javascript/reference/global_objects/date/getmilliseconds/index.html')
| -rw-r--r-- | files/ru/web/javascript/reference/global_objects/date/getmilliseconds/index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/date/getmilliseconds/index.html b/files/ru/web/javascript/reference/global_objects/date/getmilliseconds/index.html index c5f0627a5f..4d848fc5e8 100644 --- a/files/ru/web/javascript/reference/global_objects/date/getmilliseconds/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/getmilliseconds/index.html @@ -11,25 +11,25 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/getMilliseconds --- <div>{{JSRef("Global_Objects", "Date")}}</div> -<h2 id="Summary" name="Summary">Сводка</h2> +<h2 id="Summary">Сводка</h2> <p>Метод <strong><code>getMilliseconds()</code></strong> возвращает миллисекунды указанной даты по местному времени.</p> -<h2 id="Syntax" name="Syntax">Синтаксис</h2> +<h2 id="Syntax">Синтаксис</h2> <pre class="syntaxbox notranslate"><code><var>dateObj</var>.getMilliseconds()</code></pre> -<h3 id="Parameters" name="Parameters">Параметры</h3> +<h3 id="Parameters">Параметры</h3> <p>Нет.</p> -<h3 id="Returns" name="Returns">Возвращаемое значение</h3> +<h3 id="Returns">Возвращаемое значение</h3> <p>Значение, возвращённое методом <code>getMilliseconds()</code>, является целым числом от 0 до 999.</p> -<h2 id="Examples" name="Examples">Примеры</h2> +<h2 id="Examples">Примеры</h2> -<h3 id="Example_Using_getMilliseconds" name="Example:_Using_getMilliseconds">Пример: использование метода <code>getMilliseconds()</code></h3> +<h3 id="Example_Using_getMilliseconds">Пример: использование метода <code>getMilliseconds()</code></h3> <p>В следующем примере переменной <code>milliseconds</code> присваиваются миллисекунды текущего времени:</p> @@ -39,7 +39,7 @@ let milliseconds = today.getMilliseconds(); console.log(milliseconds); // 709 </pre> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table class="standard-table"> <tbody> @@ -66,11 +66,11 @@ console.log(milliseconds); // 709 </tbody> </table> -<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузерами</h2> +<h2 id="Browser_compatibility">Совместимость с браузерами</h2> <p>{{Compat}}</p> -<h2 id="See_also" name="See_also">Смотрите также</h2> +<h2 id="See_also">Смотрите также</h2> <ul> <li>{{jsxref("Date.prototype.getUTCMilliseconds()")}}</li> |
