moment-hijri icon indicating copy to clipboard operation
moment-hijri copied to clipboard

A Hijri calendar (Based on Umm al-Qura calculations) plugin for moment.js

Results 44 moment-hijri issues
Sort by recently updated
recently updated
newest added

Fixed : Uncaught TypeError: moment.localeData is not a function

When I try to print the current month's name which is Shawwal, it always returns Ramadan this happened only in the 2022 year if I try past or next year...

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.5.2 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

You may try this method. https://stackoverflow.com/questions/71222556/function-to-convert-any-of-5-islamic-hijri-calendars-dates-to-any-of-18-world

Hello, I am trying to get the hijri date based on unix time but i am getting gregorian date instead. const justNow = new Date(); const momentHijriNow = momentHijri.unix(justNow.valueOf() /...

**Description**: comparing 1443/11/01 to 1443/10/01 returns true also it should return false **Steps to replicate the bug**: ```moment('1443/11/01', 'iYYYY/iMM/iDD').isSame(moment('1443/10/01', 'iYYYY/iMM/iDD'),'month')```

مثلا في العيد عندما نبدأ التكبيرات ليلا، أو عندما نقول ليلة الجمعة والمقصود هنا هو الليلة التي تسبق النهار، أي أن الليل يأتي ثم يأتي النهار _**في التقويم الهجري**_، أي...

m = moment('1355/8/28', 'iYYYY/iM/iD'); // Parse a Hijri date. m.format('iYYYY/iM/iD [is] YYYY/M/D'); // 1410/8/28 is 1990/3/25 "1355/12/NaN is 1001/3/1"

Hello everyone, Thanks for a great project. I tried to use this library and it works most of the time but I faced some issues with the following dates: 1381,7,1...