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

Calender overlap Two Year #43

Closed
indrapradipta opened this issue Aug 26, 2016 · 3 comments
Closed

Calender overlap Two Year #43

indrapradipta opened this issue Aug 26, 2016 · 3 comments

Comments

@indrapradipta
Copy link

HI. . .
Thanks for awesome plugin.
I have problem to show calender in year 2016-2017 interval Aug 2016 - Aug 2017, Can you tell me how to make it ?

@indrapradipta
Copy link
Author

I found it
just edit function _renderBody
for(var m = 0; m < 12; m++) { // 12 month
}

edited

for(var m = 0; m < 9; m++) {
}

for(var m = 9; m < 12; m++) {
}

Thanks

@Paul-DS
Copy link
Owner

Paul-DS commented Apr 4, 2020

I know this thread is pretty old, but I'm working on this feature in the new version of the library: js-year-calendar
You can follow the development (and test the functionality) in the PR year-calendar#32

@Paul-DS
Copy link
Owner

Paul-DS commented Aug 24, 2021

The feature is available in js-year-calendar@v2.0.0. Check the options startDate and numberMonthsDisplayed in the documentation

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

2 participants