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
Hi, Moment-jalali.js having month names with wrong spelling names. fixed it with replacing after reading the value in my controller. any other options ...?
Hi, Moment-jalali.js having month names with wrong spelling names. fixed it with replacing after reading the value in my controller. any other options ...?
currently -->
_jMonths: [ 'Farvardin'
, 'Ordibehesht'
, 'Khordaad'
, 'Tir'
, 'Amordaad'
, 'Shahrivar'
, 'Mehr'
, 'Aabaan'
, 'Aazar'
, 'Dey'
, 'Bahman'
, 'Esfand'
]
expected-->
_jMonths: [ 'Farvardin'
, 'Ordibehesht'
, 'Khordad'
, 'Tir'
, 'Mordad'
, 'Shahrivar'
, 'Mehr'
, 'Aban'
, 'Azar'
, 'Dey'
, 'Bahman'
, 'Esfand'
]
The text was updated successfully, but these errors were encountered: