diff --git a/MVMCoreUI/Atomic/Atoms/FormFields/DatePickerEntryFieldModel.swift b/MVMCoreUI/Atomic/Atoms/FormFields/DatePickerEntryFieldModel.swift index 05a5ab31..648c2db2 100644 --- a/MVMCoreUI/Atomic/Atoms/FormFields/DatePickerEntryFieldModel.swift +++ b/MVMCoreUI/Atomic/Atoms/FormFields/DatePickerEntryFieldModel.swift @@ -57,7 +57,7 @@ open class DatePickerEntryFieldModel: FormFieldModel { // MARK: - Form Validation //-------------------------------------------------- - /// Returns the fieldValue of the selected box, otherwise the text of the selected box. + /// Returns the fieldValue of the selectedDate.. public override func formFieldValue() -> AnyHashable? { guard let selectedDate, enabled else { return nil } return dateFormatter.string(from: selectedDate)