-
-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date of weekview is not updated, when weekStartsOn is not sunday #868
Comments
Ah, I've just come across this. Id hoped that i was doing something wrong. Any news on a fix? |
Fixed in |
"angular-calendar": "^0.26.11", |
Kherat is right, it did not work when I tried it, I came up with a workaround, but will try it again |
waiting for a good solution... |
Ahh I see now, so you need to pass the
|
OK thanks, it is working now (I also had to add the Input in the header component as well as to adapt the calendar-header in the html of the calendar component (just in case someone else is having the same problem :) ) |
when I add this line |
Describe the bug
When I update the weekStartsOn to a different day, in the week view the date in the header is still showing the days from Sunday to Saturday
Minimal reproduction of the problem with instructions
you can also see it here in the examples:
https://mattlewis92.github.io/angular-calendar/#/i18n
Here the week starts on Monday but the date in the header still is the Sunday date
Screenshots
Versions
@angular/core
:Angular CLI: 7.0.3
Node: 11.3.0
OS: darwin x64
Angular: 6.1.4
angular-calendar
: "angular-calendar": "^0.26.4"The text was updated successfully, but these errors were encountered: