Need to change Calendar to dd/mm/yyyy format (Java in General forum at JavaRanch)
Note that the method getTime() of class Calendar gives you a Date object, which you can pass to the format(...) method of class SimpleDateFormat to convert it to a String. Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 8 API ......