ASP Date and Time

Date and Time

<html>
<body>

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

</body>
</html>