Java Date Library
JDate is a Date class, which provides contains all the useful function
JDate is a Date class, which provides contains all the useful functionality provided by the Date, Calender, DateFormat classes of Java Core library so that the Date manipulation code in the application becomes simpler. Version 1.1 will have TimeZone related functions.
The class "is a" Date. Thus, it makes it easier for integration with any existing software projects.Please refer to the java.util.Date class specifications for the inherited methods.