commandiron / WheelPickerCompose

Add Wheel Date - Time Picker in Android Jetpack Compose.
Apache License 2.0
447 stars 54 forks source link

Min Max Date Support #1

Closed KavinSethu closed 1 year ago

KavinSethu commented 1 year ago

Hi, is there any option for set Min and Max Date

commandiron commented 1 year ago

Hi, there is yearRange option for set min and max date. But this feature not support spesific dates and asymmetric min max dates.

commandiron commented 1 year ago

Version: 1.0.10; This is min max year support, however this is not LocalDate .Min or Max support so I leave it this issue open.

KavinSethu commented 1 year ago

Thanks Commandiron/Wheelpickercompose

On Fri, Oct 7, 2022 at 3:44 PM Emir Demirli @.***> wrote:

Version: 1.0.10 https://github.com/commandiron/WheelPickerCompose/releases/tag/1.0.10; This is a min max year support, however this is not LocalDate .Min or Max support so I leave it this issue open.

— Reply to this email directly, view it on GitHub https://github.com/commandiron/WheelPickerCompose/issues/1#issuecomment-1271402167, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI73HGCWWABN3D7BSEJ4CZTWB7ZZHANCNFSM6AAAAAAQT4SSBQ . You are receiving this because you authored the thread.Message ID: @.***>

-- Kavin Sethu Android Developer https://developer.android.com/index.html 8508860035

SamPlusPlus commented 1 year ago

+1

mitrejcevski commented 1 year ago

+1 for this feature request. The use case I have is - I am working on a pregnancy app where a user can select a due date, and it can't be over X amount of weeks.

commandiron commented 1 year ago

Min and Max Date - Time support added to this release.