Skip to content

Commit

Permalink
81 yr date bug solved
Browse files Browse the repository at this point in the history
  • Loading branch information
pratiksh404 committed Jun 13, 2024
1 parent 831747f commit 78522fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/NepaliDate.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class NepaliDate
78 => [2078, 31, 31, 31, 32, 31, 31, 30, 29, 30, 29, 30, 30],
79 => [2079, 31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30],
80 => [2080, 31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30],
81 => [2081, 31, 31, 32, 32, 31, 30, 30, 30, 29, 30, 30, 30],
81 => [2081, 31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31],
82 => [2082, 30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30],
83 => [2083, 31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30],
84 => [2084, 31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30],
Expand Down

0 comments on commit 78522fb

Please sign in to comment.