Skip to content

Commit ec7ba8d

Browse files
Kali yuga date
1 parent c2b258d commit ec7ba8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SJPv6/www/sjp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Date.prototype.getAhargana = function(){
174174
return Math.ceil(this / 86400000+1852121);
175175
}
176176
Date.prototype.getKaliAbda=function(){
177-
KaliYear = this.getFullYear()+3102;
177+
KaliYear = this.getFullYear()+3101;
178178
BeforeApr14 = (this.getMonth()*31+this.getDate())>104?0:1; //Jan to April 14th (31+28+31+14 = 104 days )
179179
KaliYear = KaliYear-BeforeApr14;
180180
return KaliYear;

0 commit comments

Comments
 (0)