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 you have both startingDate and startFromDate set, clicking on 'THIS WEEK' button changes the calendar first week day to today.
Let's say you have
startFromDate=true
startingDate="2017-07-05"
Initially, the week will start on 'Wed 5 Jul'. If you click on 'THIS WEEK' button, the week first day changes to today's date - in my case, when posting this issue, 'Fri 14 Jul'.
The week should keep starting on Wednesday.
The text was updated successfully, but these errors were encountered:
rafaelbnp
added a commit
to rafaelbnp/ember-calendar
that referenced
this issue
Jul 14, 2017
When you have both
startingDate
andstartFromDate
set, clicking on 'THIS WEEK' button changes the calendar first week day to today.Let's say you have
Initially, the week will start on 'Wed 5 Jul'. If you click on 'THIS WEEK' button, the week first day changes to today's date - in my case, when posting this issue, 'Fri 14 Jul'.
The week should keep starting on Wednesday.
The text was updated successfully, but these errors were encountered: