What does Calendar.getInstance() do?
Calendar.getInstance()
Returns a new instance of Date
Date
Returns the current date and time
Sets the calendar to a specific date
Converts a Date object to a Calendar object
Calendar