xsoh / moment-hijri

A Hijri calendar (Based on Umm al-Qura calculations) plugin for moment.js
http://momentjs.com/docs/#/plugins/hijri/
MIT License
200 stars 82 forks source link

Format to iD/iM/iYYYY - gives arabic text not English #47

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi I tried to format from gregorian to Hijri date but gives me arabic text. moment(value, "DD/MM/YYYY").format("iD/iM/iYYYY");

mdentremont commented 5 years ago

Even crazier is that I'm seeing moment(moment().format('iD/iM/iYYYY'), 'iD/iM/iYYYY').isValid() return false

talal424 commented 4 years ago

change the locale or create a new one and override postformat()