static String getDate(String date, DateFormat format) { return DateFormat('dd/MM/yyyy').format(format.parse(date)); }