String formatInputDateToISO(String inputDate) { return formatDateTimeToIso(DateFormat('dd/MM/yyyy').parse((inputDate))); }