@override String? format(final DateTime? value) => value?.let(DateFormat(dateFormat, locale).format);