String formatDateTime(DateTime dateTime, [String? formatString]) { return format( new EllaDateTime.fromDateTime(dateTime), formatString); }