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
'1398/10/01' is a Sunday. In Persian locale, it's the second weekday, so 1 is correct for zero-based indexes in weekdays. In English locales where first day of week is Sunday, 0 is returned which is correct. Ok?
moment("1398/10/01", "jYYYY/jMM/jDD").weekday() return 1 with loadPersian and return 0 without loadPersion but must be 2
The text was updated successfully, but these errors were encountered: