testpage

提供: Eospedia
2014年5月29日 (木) 09:05時点におけるTacyas (トーク | 投稿記録)による版

移動: 案内検索

様々なテストを行っている頁です。 内容には意味がありません。


<script>

var hiduke=new Date();

var year = hiduke.getFullYear(); var month = hiduke.getMonth()+1; var week = hiduke.getDay(); var day = hiduke.getDate();

var yobi= new Array("日","月","火","水","木","金","土");

document.write("西暦"+year+"年"+month+"月"+day+"日 "+yobi[week]+"曜日");

</script>