home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <title>This is a test</title>
- </head>
-
- <body bgcolor="#ffffff">
-
- <h1>Date Test</h1>
-
- <!-- you can place imports anywhere on the page..
- we recommend you place them near the top :-) -->
- <java type="import">java.util.Date</java>
-
- <java>
- Date d = new Date();
- out.println("The current date is: " + d);
- </java>
-
- <p><hr><p>
-
- Did you see the date?
-