Use only for single datetime
Closed this issue · 1 comments
jaymanned commented
Hi
Is there a way to use this picker to select only a single date/time and not a start and end date/time?
Best
alanchan-dev commented
@jaymanned Yes, there is, please take a look at the usage readme. There are two pickers, one of them is without the start date & end date.
DateTime? dateTime = await showOmniDateTimePicker(context: context);