static String formatDateTime(DateTime dateTime) { return '${dateTime.day}/${dateTime.month}/${dateTime.year}'; }