changed comment

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-08-21 15:16:26 -05:00
parent 458f303972
commit 3d5c188898

View File

@ -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)