Open
Description
As the title suggests whatever maxTime I put it doesn't seem to matter, it gives option for any day.
The example I am using right now is:
onPressed: () { DatePickerBdaya.showDateTimePicker(context, showTitleActions: true, minTime: DateTime.now().add(Duration(days: -7)), maxTime: DateTime.now(), onChanged: (date) {}, onConfirm: (date) { print(date); }, currentTime: DateTime.now(), locale: LocaleType.en); },
the UI gives me option to select tomorrow, which should not be possible.
Metadata
Metadata
Assignees
Labels
No labels