Thread: Calendar.DATE
View Single Post
  #2 (permalink)  
Old 01-04-2008, 08:51 PM
roots's Avatar
roots roots is offline
Moderator
 
Join Date: Jan 2008
Location: Dallas
Posts: 263
roots is on a distinguished road
Code:
System.out.println(Calendar.getInstance().getTime());
I suggest either you go manually over java docs or use ide like Eclipse and netbeans that allows you see the java docs. If you see java docs for Calender.DATE you will get the answer ..
__________________
dont worry newbie, we got you covered.
Reply With Quote