We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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] }
The text was updated successfully, but these errors were encountered:
What is the source (URL) of this data?
Sorry, something went wrong.
No branches or pull requests
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]
}
The text was updated successfully, but these errors were encountered: