To Know To Think To Love
 ここはWEB学習用で、制作の実験と備忘録に使っています。公開ブログは、"人生は恐れを知らぬ冒険か無か"(http://home.elmblog.com/)です。 ≪管理人用≫以下の内容やリンク先は、管理人が学習と試作に使っており予告なしに変更されます。

« PopupWindow | MAIN | Bookmark »

Update 最終更新日

最終更新日を表示する

<script language="javascript">
document.write("Last Updated : ",document.lastModified);
</script>
update = new Date(document.lastModified)
theMonth = update.getMonth() + 1
theDate = update.getDate()
theYear = update.getYear()
if (navigator.appName == "Netscape") {
       theYear = theYear + 1900
    }
    if (navigator.appName == "Opera") {
       theYear = theYear + 1900
    }
document.writeln("最終更新日:" + theYear + "年" + theMonth + "月" + theDate + "日")