static String formatDateddmmyyhhmmss(DateTime date) { return DateFormat('ddMMyyhhmmss').format(date).toUpperCase(); }