請把以下的編碼放於<body></body>之內
<script language="JavaScript">
<!--
today = new Date()
document.write("",today.getYear(),"/",today.getMonth()+1,"/",today.getDate(),"");
// -->
</script>