Returns the value that must be supplied to the control.
Converts value from UI data type to control data type.
@override String? viewToModelValue(DateTime? viewValue) { return viewValue?.toIso8601String(); }