Skip to content

Commit 903d1f8

Browse files
nepalipatro@deeppradhan: Fix data for year 2083 (#1856)
1 parent 1f51464 commit 903d1f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nepalipatro@deeppradhan/files/nepalipatro@deeppradhan/nepalipatro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ BikramSambat.prototype = {
310310
2080: [31, 32, 31, 32, 31, 30, 30, 30, 29, 29, 30, 30],
311311
2081: [31, 32, 31, 32, 31, 30, 30, 30, 29, 30, 29, 31],
312312
2082: [31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30],
313-
2083: [31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30],
313+
2083: [31, 31, 32, 31, 31, 31, 30, 29, 30, 29, 30, 30],
314314
2084: [31, 31, 32, 31, 31, 30, 30, 30, 29, 30, 30, 30],
315315
2085: [31, 32, 31, 32, 30, 31, 30, 30, 29, 30, 30, 30],
316316
2086: [30, 32, 31, 32, 31, 30, 30, 30, 29, 30, 30, 30],

0 commit comments

Comments
 (0)