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

Allow more than 12 months in calendar #83

Open
fhfournier opened this issue Jun 15, 2022 · 0 comments
Open

Allow more than 12 months in calendar #83

fhfournier opened this issue Jun 15, 2022 · 0 comments

Comments

@fhfournier
Copy link

Hi,

I saw there is a function (another PR) to setNumberMonthsDisplayed and its nice but my customer need more than 12 months for the first 2 months of the current year. So if i update line 265 in options object. I could easy update to 14 and the output is perfect!

Here my recommandation, thanks

numberMonthsDisplayed: !isNaN(parseInt(opt.numberMonthsDisplayed)) && opt.numberMonthsDisplayed > 0 ? parseInt(opt.numberMonthsDisplayed) : 12,

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

1 participant