mytooyo / board_datetime_picker

Picker to select date and time for Flutter. It is both a calendar and a picker, offering a variety of options as a package.
BSD 3-Clause "New" or "Revised" License
14 stars 12 forks source link

removal of unwanted areas #52

Closed onurcagilci closed 3 weeks ago

onurcagilci commented 1 month 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.

mytooyo commented 1 month ago

@onurcagilci You can change the display items by specifying a different type for pickerType.

pickerType: DateTimePickerType.date