Skip to content

Commit

Permalink
Merge pull request #79 from opensource-nepal/date-issue-2081
Browse files Browse the repository at this point in the history
fix: updated months data for 2081
  • Loading branch information
aj3sh authored Mar 6, 2024
2 parents 30fe381 + a49b3d6 commit 994d863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dateConverter/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ export const NP_MONTHS_DATA: Array<[number[], number]> = [
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31], 366],
[[31, 31, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30], 365],
[[31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30], 365],
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30], 365],
[[31, 31, 32, 32, 31, 30, 30, 30, 29, 30, 30, 30], 366],
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30], 365], // 2080
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31], 366],
[[30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30], 365],
[[31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30], 365],
[[31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30], 365],
Expand Down

0 comments on commit 994d863

Please # to comment.