Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i hide all the selection before the current date in date picker? #115

Open
parin9097 opened this issue Jul 30, 2015 · 2 comments
Open

Comments

@parin9097
Copy link

This library works at awesome level and awesome level of UI also.What i want to do is i don't want the before months and days from today.It means for ex. today is 30-7-2015 then my datetimepicker can show the days and months after the today not show the past days and months?

How can i do that?

@delajose90
Copy link

You can try this for the range of the year:

datePickerDialog.setYearRange(Calendar.getInstance().get(Calendar.YEAR), 2028);

but I cannot set the range for the month... I'm still searching for the solution. Any idea?

@anshadn
Copy link

anshadn commented Aug 17, 2015

Anyone can idea,about this issue.This will be great library if you have set min and max date range.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants