Using the Date Class
<HTML> <HEAD> <TITLE>Using the Date Class</TITLE> </HEAD> <BODY> <H1>Using the Date Class</H1> The date is: <%= new java.util.Date() %>. </BODY> </HTML>