We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b258d commit ec7ba8dCopy full SHA for ec7ba8d
SJPv6/www/sjp.js
@@ -174,7 +174,7 @@ Date.prototype.getAhargana = function(){
174
return Math.ceil(this / 86400000+1852121);
175
}
176
Date.prototype.getKaliAbda=function(){
177
- KaliYear = this.getFullYear()+3102;
+ KaliYear = this.getFullYear()+3101;
178
BeforeApr14 = (this.getMonth()*31+this.getDate())>104?0:1; //Jan to April 14th (31+28+31+14 = 104 days )
179
KaliYear = KaliYear-BeforeApr14;
180
return KaliYear;
0 commit comments