Home Help Java U Java util date



Java util date
Posted on: November 18, 2009 at 12:00 AM
The class Date in "java.util" package represents date and time.

Java util date

     

 

The class Date in "java.util" package represents date and time. It's no arguments constructor creates date object specifying current date and time. It can be created specifying year, month, date. Years are specified as the number of years since 1900. You can also specify hour, minute, and second along with year, month and date. It can also be created specifying the number of milliseconds from January 1, 1970, 00:00:00 GMT. This class provides many methods that lets you set and get fields, comparing date, converting dates to string and string to date.

Read  more at:

http:/www.roseindia.net/java/java-conversion/StringToDate.shtml

 

Related Tags for Java util date:


More Tutorials from this section

Ask Questions?    Discuss: Java util date  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.