-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
PrimeCalendar today = new CivilCalendar();
PrimeCalendar tomorrow = new CivilCalendar();
tomorrow.add(Calendar.DATE, 1);
LightThemeFactory themeFactory = DatePickerTheme.Companion.getTheme();
PrimeDatePicker datePicker = PrimeDatePicker.Companion.dialogWith(today)
.pickSingleDay(callback)
.initiallyPickedSingleDay(startDate)
.disabledDays(weekends)
.minPossibleDate(tomorrow)
.applyTheme(themeFactory)
.build();
datePicker.show(requireActivity().getSupportFragmentManager(), "SOME_TAG");
Qemu.2022.06.30.-.00.10.52.02.DVR.mp4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels