Calendar (Java Platform SE 8 ) - Oracle
https://docs.oracle.com/javase/8/docs/api/java/util/Calendar.html
The Calendar class is an abstract class that provides methods for converting between a specific instant in time and a set of calendar fields such as YEAR, MONTH, DAY_OF_MONTH, HOUR, and so on, and for manipulating the calendar fields, such as getting the date of the next week.An instant in time can be represented by a millisecond value that is an offset from the Epoch, …
DA: 45 PA: 64 MOZ Rank: 58