Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

display date & Seconds in JSp

757293Oct 13 2008 — edited Oct 17 2008
Hi,
In my Jsp i have the following code
<%
// This scriptlet declares and initializes "date"
System.out.println( "Evaluating date now" );
java.util.Date date = new java.util.Date();
%>
And it work's only i refresh the page ,tell me how to display the date without refreshing(Without Ajax)
Thx in Advance

Malick
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 14 2008
Added on Oct 13 2008
10 comments
263 views