Using the Date Class : Date Calendar « JSP « Java






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

1.Calendar Afternoon Jsp
2.Jsp Calendar Bean
3.Jsp Call Calendar Bean
4.Format date
5.Format now
6.Fields of the Calendar Class