Latest web development tutorials

Properti HTML DOM lastModified

Dokumen Referensi Object Document Object

Definisi dan Penggunaan

properti lastModified mengembalikan tanggal dan waktu dokumen terakhir diubah.

tatabahasa

document.lastModified


Dukungan Browser

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Ada browser utama mendukung properti lastModified.


contoh

contoh

Mengembalikan tanggal dan waktu dokumen terakhir diubah:

<html>
<body>

文档最后修改的日期和时间:
<script>
document.write(document.lastModified);
</script>

</body>
</html>

Coba »


Dokumen Referensi Object Document Object