Using the Date Class : Date Calendar « JSP « Java
- Java
- JSP
- Date Calendar
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>
Related examples in the same category