PranavMaganti / compose-material-dialogs

A Material Dialog Builder for Jetpack Compose
Other
594 stars 78 forks source link

Date Picker #174

Open dev-12-20 opened 1 year ago

dev-12-20 commented 1 year ago

How to set a range?

TarasOryshhij commented 1 year ago

same question

Fishfield commented 1 year ago

You can easily set a time range using the timePicker extensions function. See here

TarasOryshhij commented 1 year ago

You can easily set a time range using the timePicker extensions function. See here

We don't want TIME range. We want DATE range picker

Fishfield commented 1 year ago

Ah sorry, my bad. Seems like we can only set the year for the moment

Dark-Knight11 commented 1 year ago

Any update on this? @Jacob-Dev-12 is there any alternative?