日本語
<!-- スクリプトの説明:<br> 次のコードを <head> 領域に追加します --> <!-- http://www.downcodes.com/js --> <!-- bbs http:// bbs .downcodes.com --> <script language="javascript"> var 週 if(new Date().getDay()==0) week="Sunday" if(new Date().getDay()== 1) 週="月曜日" if(new Date().getDay()==2) 週="火曜日" if(new Date().getDay()==3) 週="水曜日" if(new Date( ).getDay()==4) 週="木曜日" if(new Date().getDay()==5) 週="金曜日" if(new Date().getDay()==6) 週 ="土曜" document.write((new Date().getMonth()+1)+"month"+new Date().getDate()+"日"+week); </script>