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) --- .../date/getutcmilliseconds/index.html | 117 --------------------- 1 file changed, 117 deletions(-) delete mode 100644 files/ca/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html (limited to 'files/ca/web/javascript/reference/global_objects/date/getutcmilliseconds') diff --git a/files/ca/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html b/files/ca/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html deleted file mode 100644 index 093b9c3157..0000000000 --- a/files/ca/web/javascript/reference/global_objects/date/getutcmilliseconds/index.html +++ /dev/null @@ -1,117 +0,0 @@ ---- -title: Date.prototype.getUTCMilliseconds() -slug: Web/JavaScript/Reference/Global_Objects/Date/getUTCMilliseconds -translation_of: Web/JavaScript/Reference/Global_Objects/Date/getUTCMilliseconds -original_slug: Web/JavaScript/Referencia/Objectes_globals/Date/getUTCMilliseconds ---- -
{{JSRef}}
- -

El mètode getUTCMilliseconds() retorna els milisegons de la data especificada, d'acord al temps universal.

- -

Sintaxi

- -
objecteData.getUTCMilliseconds()
- -

Paràmetres

- -

Cap.

- -

Valor retornat

- -

El valor retorna per getUTCMilliseconds() és un nombre sencer entre 0 i 999.

- -

Exemples

- -

Utilitzar getUTCMilliseconds()

- -

L'exemple següent assigna la porció de milisegons del temps actual a la variable milisegons.

- -
var avui = new Date();
-var milisegons = avui.getUTCMilliseconds();
-
- -

Especificacions

- - - - - - - - - - - - - - - - - - - - - - - - -
EspecificacióEstatComentaris
{{SpecName('ES1')}}{{Spec2('ES1')}}Definició inicial. Implementat a JavaScript 1.3.
{{SpecName('ES5.1', '#sec-15.9.5.25', 'Date.prototype.getUTCMilliseconds')}}{{Spec2('ES5.1')}} 
{{SpecName('ES6', '#sec-date.prototype.getutcmilliseconds', 'Date.prototype.getUTCMilliseconds')}}{{Spec2('ES6')}} 
- -

Compatibilitat amb navegadors

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suport bàsic{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Suport bàsic{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -

Vegeu també

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