You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to format a date with year greater than 1500 like this momentHijri(date).format("MMM YYYY"), I get undefined 0NaN and if I format it momentHijri(date).format("iMMMM iYYYY") gives wrong date e.g Mar -100100
The text was updated successfully, but these errors were encountered:
When I try to format a date with year greater than 1500 like this momentHijri(date).format("MMM YYYY"), I get undefined 0NaN and if I format it momentHijri(date).format("iMMMM iYYYY") gives wrong date e.g Mar -100100
The text was updated successfully, but these errors were encountered: