<html><head></head><body>
<script language="javascript">
YourDate = new Date();
document.write("Your date, time, and time zone using (GMT) is: "+ YourDate.toGMTString()+ ".<br/>");
</script>
</body></html>
เอา YourDate ไป check ใน if อีกตัวครับ ปกติ datatype date สามารถ compare แบบ >, <, = ได้ ลองดูเช่น