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

Calendar Not Displayed #47

Open
MadhuriHR opened this issue Jul 14, 2016 · 8 comments
Open

Calendar Not Displayed #47

MadhuriHR opened this issue Jul 14, 2016 · 8 comments

Comments

@MadhuriHR
Copy link

The GitHub demo is not displaying Calendar. It is not giving any error or exceptions. I am using Android 4.3.

@MadhuriHR MadhuriHR changed the title Not Displaying Calendar Not Displayed Jul 14, 2016
@jmukiibi
Copy link

have the same issue

@Joe4545
Copy link

Joe4545 commented Jul 22, 2016

Change year to 2017 It works.

@jmukiibi
Copy link

@Joe4545 changed the year to 2017, but still it aint working

@cooldyj
Copy link

cooldyj commented Aug 17, 2016

I have the same issue by using Android 4.2

@cooldyj
Copy link

cooldyj commented Aug 17, 2016

add the following code, and then Calendar shows
DayPickerView dayPickerView = (DayPickerView) findViewById(R.id.calendar_picker);
dayPickerView.setController(this);

@yumi0629
Copy link

yumi0629 commented Sep 6, 2016

@cooldyj I have added the code,but it still doesn't work.

@yumi0629
Copy link

yumi0629 commented Sep 6, 2016

I solved it!!
Modify the follwing code:

@Override
    public int getMaxYear() {
        return 2017;
    }

The max year should be bigger than your system year!

@anhengchangyua
Copy link

The max year should be bigger than your system year! thx!

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

6 participants