Closed onurcagilci closed 3 weeks ago
I want to show only the day, month and year parameters to the user. Is there a way to do this? I want to remove the hour and minute parameters.
@onurcagilci You can change the display items by specifying a different type for pickerType.
pickerType
pickerType: DateTimePickerType.date
I want to show only the day, month and year parameters to the user. Is there a way to do this? I want to remove the hour and minute parameters.