»
Tiếng AnhTiếng PhápTiếng Việt

In - Lần cập nhật mới nhất - JavaScriptBank.com

Phiên bản đầy đủ: jsB@nk » Ứng dụng » Lần cập nhật mới nhất
URL: https://www.javascriptbank.com/last-modified-advanced.html

Lần cập nhật mới nhất © JavaScriptBank.comBạn có thể dùng công cụ này để hiển thị lần cập nhật mới nhất trên website của mình.

Phiên bản đầy đủ: jsB@nk » Ứng dụng » Lần cập nhật mới nhất
URL: https://www.javascriptbank.com/last-modified-advanced.html



JavaScript
<script type="text/javascript">function modDate() {var defaultDate = "01/08/2007";var lm = document.lastModifiedif (Date.parse(lm) == 0) {lm = defaultDate}document.write("Last updated: " + lm)}</script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<script type="text/javascript"><!--  modDate();//--></script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->