摘要: 1 <mce:script type="text/javascript"> 2 <!-- 3 //当天 4 function showToDay() 5 { 6 var Nowdate=new Date(); 7 M=Number(Nowdate.getMonth())+1 8 return Nowdate.getYear()+"-"+M+"-"+Nowdate.getDate(); 9 } 10 11 12 //本周第一天 13 function sh... 阅读全文
posted @ 2012-04-17 12:39 孙金棚 阅读(1144) 评论(1) 推荐(1) 编辑