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
Calendar.getTime() returns a Date which can be used with SimpleDateFormat.