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

Kindly Brother i see here all up to date I believe npmjs need to be updated and version be upgraded https://www.npmjs.com/package/moment-hijri/v/2.1.2 neep to push the updates there for example some...

According to the ummul-qura site, 30-Shawwal-1400 is a valid date , but it is returned as invalid when passed throught isValid function `moment('1400-10-30', 'iYYYY-iMM-iDD').isValid()` , Is this correct? https://www.ummulqura.org.sa/yearcalender.aspx?y=1400&l=True ![image](https://github.com/xsoh/moment-hijri/assets/4180013/e6a0d7a7-87e0-48e5-bf21-6613eeaa0563)

I'm working on adapting the moment-hijri for mui date pickers, but I'm facing an issue when parsing months. the value is neither correctly recognized. I made a codesandbox where I...