From ec7ba8db3d1d2f99066f4527e1557d67acae76d2 Mon Sep 17 00:00:00 2001 From: SanjayPrabhakaran Date: Sun, 1 Dec 2024 09:36:06 +0530 Subject: [PATCH] Kali yuga 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 67faef5..9881f93 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()+3102; + KaliYear = this.getFullYear()+3101; BeforeApr14 = (this.getMonth()*31+this.getDate())>104?0:1; //Jan to April 14th (31+28+31+14 = 104 days ) KaliYear = KaliYear-BeforeApr14; return KaliYear;