Java-Get Date Properties
Get Date Properties Date defines many methods that obtain the standard properties of a Date object. For example, getYear( ) method returns the year represented by this date since 1900, getMonth( ) method returns the month represented by this date, getDate( ) method returns the day of the month represented by this date, getHour( ) … Read more…