static String formatDateddmmyy(DateTime date) { return DateFormat('dd-MM-yyyy').format(date).toUpperCase(); }