static String? formatDateOnly(DateTime? dateTime) { return formatWithPattern(dateTime, 'dd/MM/yyyy'); }