hijri icon indicating copy to clipboard operation
hijri copied to clipboard

Hijri date library for Ruby

Results 2 hijri issues
Sort by recently updated
recently updated
newest added

Hi, I've found some strange behavior, when I write `Date.today.to_hijri` then I got `#`, but all other sources (like Google) say that today is `04 / 12 / 1442`.

While Greogian date is `Fri, 01 Sep 2017`, Hijri date must be `@day=10, @month=12, @year=1438` (ie. Dhul-Hijjah 10, 1438 Al-Jum'ah (Friday) [1]) but Hijri date calculated wrongly `@day=8, @month=12, @year=1438`....