A Calendar can’t be directly formatted, you need to get the Date from the Calendar, like this:
String formattedDate = dateFormat.format(someDate.getTime());
A Calendar can’t be directly formatted, you need to get the Date from the Calendar, like this:
String formattedDate = dateFormat.format(someDate.getTime());