Skip to content

Commit

Permalink
fix hijri date: thanks to ebraminio
Browse files Browse the repository at this point in the history
  • Loading branch information
IamRezaMousavi committed Dec 20, 2024
1 parent 0ccb208 commit 3b92f8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion [email protected]/hijriDate.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ function _hilalIM(country = 'IR') {
1443: [354, 29, 30, 30, 29, 29, 30, 29, 30, 30, 29, 30, 29],
1444: [354, 30, 30, 29, 30, 29, 29, 30, 29, 30, 29, 30, 29],
1445: [354, 30, 30, 30, 29, 30, 29, 29, 30, 29, 30, 29, 29],
1446: [238, 30, 30, 30, 29, 30, 30, 29, 30],
1446: [355, 30, 30, 30, 29, 30, 30, 29, 30, 29, 29, 29, 30],
1447: [355, 29, 30, 30, 29, 30, 30, 30, 29, 30, 30, 29, 29],
/*
Delta = endJD - _hijriAToJulianDay(endYear,12,29)
*/
Expand Down

0 comments on commit 3b92f8f

Please sign in to comment.