Skip to content

Whats up with 30th JUN ? #64

@ThynkSight

Description

@ThynkSight

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions