Masoud Elahi
Masoud Elahi
setDownloding(true) for stop (change state to not downloading)
فعلا مجبور شدم به صورت زیر حلش کنم ``` setMonth(month) { let newDate = this.today.set('month', month); if (month === 11 && this.isJalali) { newDate = this.today.set('month', 10); const d =...
I have the same problem I had set calendar to 'jalali' i fix the problem by: ` if (!dayjs.calendar) { dayjs.extend(jalaliday); } `
Sorry to ask @pixeltrix , but is there any update about this pull request? I think there's a lot of people like me really need this. Thanks and again sorry...