ヘッダ部分 なしボディ部分 <SCRIPT LANGUAGE="JavaScript"> today = new Date() document.write(today.getTimezoneOffset() + "<BR>") document.write(today.toGMTString() + "<BR>") document.write(today.toLocaleString() + "<BR>") document.write(Date.parse(today.toLocaleString()) + "<BR>") document.write(Date.UTC(99,7,27,12,12,12) + "<BR>") </SCRIPT>