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

Nepali Calendar doest't work for Year 2081 onwards, pleae update the nepali year matrix #36

Open
tanuj1985jan opened this issue Jun 14, 2024 · 2 comments

Comments

@tanuj1985jan
Copy link

Nepali Calendar doest't work for Year 2081 onwards, pleae update the nepali year matrix

NEPALI_CALENDAR_DATA = {
// These data are derived from official Nepali calendar sources
2081: [17, 31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30],
2082: [17, 31, 31, 32, 31, 32, 31, 30, 30, 29, 30, 30, 30],
2083: [17, 31, 31, 32, 31, 31, 32, 30, 30, 29, 30, 30, 30],
2084: [17, 31, 31, 32, 31, 32, 31, 30, 30, 29, 30, 30, 30],
2085: [17, 31, 32, 31, 32, 31, 31, 30, 30, 29, 30, 30, 30],
2086: [17, 31, 32, 31, 32, 31, 30, 31, 30, 29, 30, 30, 30],
2087: [16, 31, 31, 32, 31, 31, 32, 30, 30, 29, 30, 30, 30],
2088: [16, 31, 31, 32, 32, 31, 30, 31, 30, 29, 30, 30, 30],
2089: [17, 31, 32, 31, 32, 31, 30, 30, 31, 29, 30, 30, 30],
2090: [17, 31, 32, 31, 32, 31, 30, 31, 30, 29, 30, 30, 30],
2091: [16, 31, 31, 32, 31, 32, 31, 30, 30, 29, 30, 30, 30],
2092: [16, 31, 31, 32, 32, 31, 30, 31, 30, 29, 30, 30, 30],
2093: [17, 31, 32, 31, 32, 31, 30, 30, 31, 29, 30, 30, 30],
2094: [17, 31, 31, 32, 31, 31, 32, 30, 30, 29, 30, 30, 30],
2095: [17, 31, 31, 32, 31, 32, 31, 30, 30, 29, 30, 30, 30],
2096: [17, 31, 32, 31, 32, 31, 30, 31, 30, 29, 30, 30, 30],
2097: [17, 31, 32, 31, 32, 31, 30, 30, 31, 29, 30, 30, 30],
2098: [17, 31, 31, 32, 31, 31, 32, 30, 30, 29, 30, 30, 30],
2099: [17, 31, 31, 32, 31, 32, 31, 30, 30, 29, 30, 30, 30],
2100: [17, 31, 32, 31, 32, 31, 30, 31, 30, 29, 30, 30, 30]
}

@kbwood
Copy link
Owner

kbwood commented Jun 15, 2024

What is the source (URL) of this data?

@tanuj1985jan
Copy link
Author

tanuj1985jan commented Jun 18, 2024 via email

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