static String getFormattedDate(DateTime date, String format) { final DateFormat formatter = DateFormat(format); return formatter.format(date); }