<<< GregorianCalendar date parts | Index | GregorianCalendar to Date >>> |
Defined as
java.util.Date;
the Date class stores date/time values with accuracy to a millisecond since midnight January 1, 1970 UTC.
Common constructors of the Date class
Date( )
Date( longMilliseconds )
Common methods of the Date class:
getTime( )
toString( )
<<< GregorianCalendar date parts | Index | GregorianCalendar to Date >>> |