<!DOCTYPE html>
<html>
<body>

今天的日期是<%response.write(date())%>.
<br>
伺服器的本地時間是<%response.write(time())%>.

</body>
</html>