From e2ad54dcc0a0550a496175b90490ba94c5cac8c5 Mon Sep 17 00:00:00 2001 From: SanjayP Date: Fri, 16 Aug 2024 13:19:13 +0530 Subject: [PATCH] Update sjp.js kali date --- SJPv6/www/sjp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SJPv6/www/sjp.js b/SJPv6/www/sjp.js index d4b89c6..6760160 100644 --- a/SJPv6/www/sjp.js +++ b/SJPv6/www/sjp.js @@ -174,7 +174,7 @@ Date.prototype.getAhargana = function(){ return Math.ceil(this / 86400000+1852121); } Date.prototype.getKaliAbda=function(){ - KaliYear = this.getFullYear()+3101; + KaliYear = this.getFullYear()+3102; BeforeApr14 = (this.getMonth()*31+this.getDate())>104?0:1; //Jan to April 14th (31+28+31+14 = 104 days ) KaliYear = KaliYear-BeforeApr14; return KaliYear;