psinetron / slycalendarview

MIT License
124 stars 28 forks source link

Add a disable timepicker #7

Closed lucasmpaim closed 3 years ago

lucasmpaim commented 5 years ago

Some times we want to use only a date picker instead of a date+time picker

this PR add a new field to disable the timepicker.

                new SlyCalendarDialog()
                        .setSingle(false)
                        .setFirstMonday(false)
                        .setTimeEnabled(false)
                        .setCallback(MainActivity.this)
                        .show(getSupportFragmentManager(), "TAG_SLYCALENDAR");
eoinzy commented 4 years ago

I came on here to look for this feature. Is there any plans for this to be merged? I need to hide the Time selector. Thanks.

lucasmpaim commented 4 years ago

I came on here to look for this feature. Is there any plans for this to be merged? I need to hide the Time selector. Thanks.

I think this repo are abandoned, the last commit on main branch has 2 years...