I\'ve got GregorianCalendar instances and need to use SimpleDateFormat (or maybe something that can be used with calendar but that provides required #fromat() feature) to ge
Simply call calendar.getTime() and pass the resulting Date object to the format method.
calendar.getTime()
Date
format