Skip to content

Commit 994d863

Browse files
authored
Merge pull request #79 from opensource-nepal/date-issue-2081
fix: updated months data for 2081
2 parents 30fe381 + a49b3d6 commit 994d863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dateConverter/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ export const NP_MONTHS_DATA: Array<[number[], number]> = [
9090
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31], 366],
9191
[[31, 31, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30], 365],
9292
[[31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30], 365],
93-
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30], 365],
94-
[[31, 31, 32, 32, 31, 30, 30, 30, 29, 30, 30, 30], 366],
93+
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30], 365], // 2080
94+
[[31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31], 366],
9595
[[30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30], 365],
9696
[[31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30], 365],
9797
[[31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30], 365],

0 commit comments

Comments
 (0)