Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: how to get today's date?


Message #1 by Super Powerfulrez <powerfulrez@g...> on Sun, 01 Apr 2001 11:57:40 -0800 (PDT)
Hai programmer


There is a Date class in java.

in package called java.util.Date  
another package called java.sql.Date

eg.

java.util.Date d=new java.util.Date();

out.println("today's date="+d);

i hope you got the answer.

bye

ravi



--- Super Powerfulrez <powerfulrez@g...> wrote:
> in jsp how to get today's date?
> syntax?
> 
> benjamin
> 

  Return to Index