keyrunHORNET / date_picker_converter

Nepali Date Picker with Date conversion from BS to AD and vice-versa
Apache License 2.0
36 stars 23 forks source link

Issue in setMaxDate to todayDate(nepali date) #25

Open shresthaRam opened 2 years ago

shresthaRam commented 2 years ago

Hello, When i set max date to today, its shows three days after date also. In this case i have set today date "2079-02-31" but in calendar it limit upto date ashar 3. This issue arised when i had formatted date with "YYYY-MM-DD" -- formatted with date having 2 digit in month and day. I have clone the project in that also when i disable past dates, its restrict upto ashar 2. Please help for the issue. dpd.setMaxDate(dateConverter!!.todayNepaliDate)

Thank you

keyrunHORNET commented 2 years ago

https://github.com/keyrunHORNET/composeNepaliDatePicker re-written this lib using Compose UI and is no longer maintained