Thread: Calendar.DATE
View Single Post
  #1 (permalink)  
Old 01-04-2008, 05:32 PM
mew mew is offline
Member
 
Join Date: Nov 2007
Posts: 70
mew is on a distinguished road
Calendar.DATE
I want to get the current data using Calendar class. I tried the following and got an integer as output which was not the current date.

Code:
System.out.println(Calendar.DATE);
Where I went wrong.

- mew mew mew
Reply With Quote
Sponsored Links