diff options
Diffstat (limited to 'files/pl/web/javascript/referencje/obiekty/date/toutcstring/index.html')
| -rw-r--r-- | files/pl/web/javascript/referencje/obiekty/date/toutcstring/index.html | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/files/pl/web/javascript/referencje/obiekty/date/toutcstring/index.html b/files/pl/web/javascript/referencje/obiekty/date/toutcstring/index.html deleted file mode 100644 index 529b9bf434..0000000000 --- a/files/pl/web/javascript/referencje/obiekty/date/toutcstring/index.html +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: Date.prototype.toUTCString() -slug: Web/JavaScript/Referencje/Obiekty/Date/toUTCString -tags: - - Date - - JavaScript - - Method - - Prototype -translation_of: Web/JavaScript/Reference/Global_Objects/Date/toUTCString ---- -<p>{{JSRef}}</p> - -<h2 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h2> - -<p>Konwertuje datę na łańcuch znaków, używając do konwersji czasu uniwersalnego.</p> - -<h2 id="Sk.C5.82adnia" name="Sk.C5.82adnia">Składnia</h2> - -<pre class="syntaxbox"><code><var>dateObj</var>.toUTCString()</code></pre> - -<h3 id="Parametry" name="Parametry">Parametry</h3> - -<p>Brak.</p> - -<h2 id="Opis" name="Opis">Opis</h2> - -<p>Wartość zwracana przez <code>toUTCString()</code> jest sformatowanym i tylko do odczytu łańcuchem znaków, stosowanym do konwersji UTC. Wartość zwracanego formatu może być określona stosownie do platformy.</p> - -<h2 id="Przyk.C5.82ady" name="Przyk.C5.82ady">Przykłady</h2> - -<h3 id="Przyk.C5.82ad:_Zastosowanie_toUTCString" name="Przyk.C5.82ad:_Zastosowanie_toUTCString">Przykład: Zastosowanie <code>toUTCString()</code></h3> - -<pre class="brush: js language-js">var today = new Date(); -var UTCstring = today.toUTCString(); -<code class="language-js"><span class="token comment">// Mon, 03 Jul 2006 21:44:38 GMT</span></code></pre> - -<h2 id="Zobacz_tak.C5.BCe" name="Zobacz_tak.C5.BCe">Zobacz także</h2> - -<ul> - <li>{{jsxref("Date.prototype.toLocaleString()")}}</li> - <li>{{jsxref("Date.prototype.toDateString()")}}</li> - <li>{{jsxref("Date.prototype.toISOString()")}}</li> -</ul> |
