码迷,mamicode.com
首页 > 其他好文 > 详细

能自动显示主页的最后更新日期

时间:2014-11-05 12:34:54      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   color   ar   java   for   sp   

本页最后更新于-石家庄编导培训-亿诚
<script LANGUAGE="JavaScript">
function initArray()
{
this.length = initArray.arguments.length
for (var i = 0; i < this.length; i++)
this[i+1] = initArray.arguments[i]
}
var WeekArray = new initArray("星期日","星期一","星期二","星期三","星期四","星期五","星期六");
var MonthArray = new initArray("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");
var LastModDate = new Date(document.lastModified);
document.write(LastModDate.getYear()+"");
document.write(MonthArray[(LastModDate.getMonth()+1)]);
document.write(LastModDate.getDate()+"");
document.write(WeekArray[(LastModDate.getDay()+1)]);
</script>

 

能自动显示主页的最后更新日期

标签:style   blog   http   io   color   ar   java   for   sp   

原文地址:http://www.cnblogs.com/youtianxia/p/4075755.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!