changed comment
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
458f303972
commit
3d5c188898
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user