Skip to content

Commit

Permalink
Merge pull request #14 from binodnepali/fix/inconsistent-month-view
Browse files Browse the repository at this point in the history
fix(#13): inconsistent months date show in the calendar view for 2081
  • Loading branch information
binodnepali committed Apr 17, 2024
2 parents d6bd7f4 + 7ad8db8 commit 9daf43e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/constants/months.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1582,18 +1582,18 @@ export const monthsData: Array<[Array<[number, number, number]>, number]> = [
], // 2080 BS
[
[
[0, 31, 0],
[0, 31, 0],
[0, 32, 0],
[0, 32, 0],
[0, 31, 0],
[0, 30, 0],
[0, 30, 0],
[0, 30, 0],
[0, 29, 0],
[0, 30, 0],
[0, 30, 0],
[0, 30, 0],
[6, 31, 5],
[2, 32, 8],
[6, 31, 5],
[2, 32, 8],
[6, 31, 5],
[2, 30, 10],
[4, 30, 8],
[6, 30, 6],
[1, 29, 12],
[2, 30, 10],
[4, 29, 9],
[5, 31, 6],
],
366,
], // 2081 BS
Expand Down

0 comments on commit 9daf43e

Please sign in to comment.