String? formatDateTime(DateTime? dateTime) => dateTime?.let((DateTime it) => format(TimeOfDay.fromDateTime(it)));