aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/document/lastmodified/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/api/document/lastmodified/index.html')
-rw-r--r--files/it/web/api/document/lastmodified/index.html31
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>