<html>
<body>
Today's date is:
<%response.write(date())%>
.
<br />
The server's local time is:
<%response.write(time())%>
.
</body>
</html>