public static String getDateStamp(CalendarDate date) {
   return Util.getDateStamp(date.getCalendar());
 }