compose-material3-datetime-pickers icon indicating copy to clipboard operation
compose-material3-datetime-pickers copied to clipboard

Add allowed ranges to datepicker

Open marosseleng opened this issue 3 years ago • 9 comments
trafficstars

marosseleng avatar Oct 19 '22 08:10 marosseleng

I think this change caused the following error (jquery.ui 1.13.2) datepicker: Screenshot 2022-10-19 102955

code: $(function () { $("#txtDateOfBirth").datepicker({ yearRange: { 1901: 2023 }, dateFormat: 'mm/dd/yyyy', changeMonth: true, changeYear: true }); });

kevinldavis avatar Oct 19 '22 15:10 kevinldavis

Hi @kevinldavis That problem is not related to this issue/repository as this is not a javascript library.

marosseleng avatar Oct 19 '22 16:10 marosseleng

Thank you

Get Outlook for iOShttps://aka.ms/o0ukef


From: Maroš Šeleng @.> Sent: Wednesday, October 19, 2022 11:46:16 AM To: marosseleng/compose-material3-datetime-pickers @.> Cc: Davis, Kevin L @.>; Mention @.> Subject: Re: [marosseleng/compose-material3-datetime-pickers] Add allowed ranges to datepicker (Issue #18)

CAUTION: This email originated from outside of the City of Fort Worth email system. Do not click any links or open attachments unless you recognize the sender and know the content is safe.

Hi @kevinldavishttps://urldefense.com/v3/__https://github.com/kevinldavis__;!!FBD41DuKpIh0IME!M-jqYRJnpUi9v78WTyPWM7TdaUDljhiLFLZnGT76HYFS7jqbB9jwxQHyxyJyyMU36Jr-OMlEZIPHD6dsp8MPmKCEgUq--R9UN6x1LAw$ That problem is not related to this issue/repository as this is not a javascript library.

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https://github.com/marosseleng/compose-material3-datetime-pickers/issues/18*issuecomment-1284297998__;Iw!!FBD41DuKpIh0IME!M-jqYRJnpUi9v78WTyPWM7TdaUDljhiLFLZnGT76HYFS7jqbB9jwxQHyxyJyyMU36Jr-OMlEZIPHD6dsp8MPmKCEgUq--R9UcV8Jxhc$, or unsubscribehttps://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AZTTYBT45UYDB66UWJBSXKLWEAQVRANCNFSM6AAAAAARI3WDUY__;!!FBD41DuKpIh0IME!M-jqYRJnpUi9v78WTyPWM7TdaUDljhiLFLZnGT76HYFS7jqbB9jwxQHyxyJyyMU36Jr-OMlEZIPHD6dsp8MPmKCEgUq--R9U7iKk97E$. You are receiving this because you were mentioned.Message ID: @.***>

kevinldavis avatar Oct 19 '22 17:10 kevinldavis

I could need this feature. Are there any plans to implement it?

danieldaeschle avatar Apr 05 '23 21:04 danieldaeschle

@danieldaeschle honestly, there aren't any for the near future.

Google created date & time pickers as part of compose-material3, it is currently in beta.

I, personally, haven't seen, nor tried it, thus I am not sure which (planned) features of this library are actually reasonable to implement, when now there is "official" library.

I'm sorry, I can't give you a clear answer on this, but it would need a bit of research on this topic from my side.

marosseleng avatar Apr 06 '23 09:04 marosseleng

Ah, didn't know that there is a datepicker yet. Must be new :)

danieldaeschle avatar Apr 06 '23 09:04 danieldaeschle

Yeah, it was released in alpha few weeks ago, is currently in beta (https://developer.android.com/jetpack/androidx/releases/compose-material3#1.1.0-beta02)

marosseleng avatar Apr 06 '23 10:04 marosseleng

@marosseleng @danieldaeschle will u please tell me how to disable Previous dates From Now in This Date Picker

danishrafiqe avatar Jul 03 '23 09:07 danishrafiqe

@drmughal03244 As you can see, this issue is still open, thus it is currently not possible to disable previous dates in the datepicker.

marosseleng avatar Jul 03 '23 12:07 marosseleng