code-troopers / android-betterpickers

[NO LONGER MAINTAINED] Android library for better Picker DialogFragments
2.67k stars 563 forks source link

How to customize the date month and year values? #371

Open amit13091992 opened 6 years ago

amit13091992 commented 6 years ago

I want to use date, month and year. I am able to store them in textviews and showing in one listview. So for example: if i select date 12 so it will display dates from 12 to 18(i.e. whole week dates). But for this i am facing problem if the date is 31 or 30, in this case its going more than date values... kindly help me out with this. How can i fix this problem.

In advance thank you.

amit13091992 commented 6 years ago

@CedricGatay @fchauveau @JorisPotier @mattboll @rlucas1 @bbbenja

fchauveau commented 6 years ago

Hello @amit13091992

Not sure to clearly understand your issue. But you should look at Calendar class and adding days to date. But it don't seems to be related to the library, so stackoverflow will probably give you better answers.

amit13091992 commented 6 years ago

@fchauveau Can you please suggest how can i adjust the dialogue size of datepicker with calendar view, while scrolling i am not able to select date properly.

thanks in advance.