fingerpich / jalali-moment

Display, parse, manipulate, validate and convert jalali (Persian, Khorshidi, Shamsi) or Gregorian (Miladi) dates and times.
https://fingerpich.github.io/jalali-moment/
MIT License
434 stars 68 forks source link

problem with ie11 #111

Open samantrader opened 3 years ago

samantrader commented 3 years ago

hi

recently in internet explorer 11

when use moment().locale('fa').format('YYYY/M/D');

result : 2021/03/01

date show Gregorian date and donot show jalali date

but in chrome show correctly

why ?

mehrabcz commented 3 years ago

i have the same issue

mehrabcz commented 3 years ago

hi

recently in internet explorer 11

when use moment().locale('fa').format('YYYY/M/D');

result : 2021/03/01

date show Gregorian date and donot show jalali date

but in chrome show correctly

why ?

did you find any solution ?

fingerpich commented 3 years ago

If you found the problem please create a PR.