display date & Seconds in JSp
757293Oct 13 2008 — edited Oct 17 2008Hi,
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