Skip to content

Commit

Permalink
Merge pull request #16 from Binay7587/fix-month-day-data-2081
Browse files Browse the repository at this point in the history
fix: month day data fixed for year 2081
  • Loading branch information
sbmdkl authored Apr 23, 2024
2 parents d0bc7bd + 63567b7 commit 252d8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ bs[2079] = [2079, 31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30];

bs[2080] = [2080, 31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30];

bs[2081] = [2081, 31, 31, 32, 32, 31, 30, 30, 30, 29, 30, 30, 30];
bs[2081] = [2081, 31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31];

bs[2082] = [2082, 30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30];

Expand Down

0 comments on commit 252d8cf

Please sign in to comment.