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
{{ message }}
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.
Just to let you know. In the issue #379 is mentioned the calendarTitle service, specifically for the week.
I guess the year is wrong when dow = 7, because if you try 1 January 2018, user will get week: 1 and year: 2017. As the week starts in 31 december 2017.
Just to let you know. In the issue #379 is mentioned the calendarTitle service, specifically for the week.
I guess the year is wrong when dow = 7, because if you try 1 January 2018, user will get week: 1 and year: 2017. As the week starts in 31 december 2017.
return calendarConfig.titleFormats.week .replace('{week}', moment(viewDate).isoWeek()) .replace('{year}', moment(viewDate).startOf('week').format('YYYY'));
The text was updated successfully, but these errors were encountered: