diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/it/web/api/document/lastmodified/index.html | |
parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip |
remove retired locales (#699)
Diffstat (limited to 'files/it/web/api/document/lastmodified/index.html')
-rw-r--r-- | files/it/web/api/document/lastmodified/index.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/files/it/web/api/document/lastmodified/index.html b/files/it/web/api/document/lastmodified/index.html deleted file mode 100644 index 4e56851ee4..0000000000 --- a/files/it/web/api/document/lastmodified/index.html +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: document.lastModified -slug: Web/API/Document/lastModified -translation_of: Web/API/Document/lastModified ---- -<div>{{APIRef("DOM")}}</div> - -<p>Restituisce una stringa contenente la data e l'ora dell'utlima modifica apportata al documento corrente.</p> - -<h3 id="Sintassi" name="Sintassi">Sintassi</h3> - -<pre class="eval"><i>stringa</i> = document.lastModified -</pre> - -<h3 id="Esempio" name="Esempio">Esempio</h3> - -<pre class="eval">dump(document.lastModified); -// restituisce: Tuesday, July 10, 2001 10:19:42 -</pre> - -<h3 id="Note" name="Note">Note</h3> - -<p>Si noti che essendo una stringa, <code>lastModified</code> non può essere utilizzata facilmente per le comparazioni tra le date di modifica di un altro documento.</p> - -<h3 id="Specifiche" name="Specifiche">Specifiche</h3> - -<p>DOM Level 0. Non è parte di alcuno standard.</p> - -<p><a class="external" href="http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/lastmodified.asp?frame=true">MSDN: proprietà lastModified</a></p> - -<p>{{ languages( { "pl": "pl/DOM/document.lastModified" } ) }}</p> |