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

Hi, Thank you for this plugin. I've noticed the issue described in the title. I believe it happens because of invoking the `updateLocale` method. If you see how it's implemented,...

Thanks for this git Please take a look at Eonasdan's bootstrap datetimepicker [here](https://github.com/Eonasdan/bootstrap-datetimepicker) it uses moment with locales is there any way i can implement your script with it the...

Hi moment('14/14/1436', 'iDD/iMM/iYYYY').isValid() returns true.... moment('30/455/1436', 'iDD/iMM/iYYYY').isValid() returns true.... or what am I doing wrong ? thanks

Are you planning to support typescript or even provide a typing for your lib ?

Trying to add it into my Angular 2 typescript project through `npm install moment-hijri` but getting following error on terminal: `Cannot find module 'moment-hijri'` I have these parameters set in...

Am no sure if I should be posting the issue here or in the Git of the datetimepicker, however whenever I try to use the moment-hijri with the bootstrap-datetimepicker and...

Kindly i was try to add (moment hijri) but still not working , can you give me the steps with small explain ?

Should parse when only Hijri year is in the format ``` js it('should parse when only Hijri year is in the format', function() { var m = moment('03 1410 25',...

Should parse when only Hijri date is in the format ``` js it('should parse when only Hijri date is in the format', function() { var m = moment('1990 28 3',...

![image](https://user-images.githubusercontent.com/76878888/187337826-638d975b-891b-4f27-9257-a7864a924b05.png) ![image](https://user-images.githubusercontent.com/76878888/187337896-43059cce-c20a-470a-bb8e-8658d1b594d6.png) I am working on a sveltekit project. When I am trying to import moment-hijri, it says to me "moment.localeData is not a function". But It's working fine in...