Skip to content
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

:weekdays=[1,2,3,4,5] and moveToToday() #432

Open
chrille69 opened this issue Jan 21, 2024 · 0 comments
Open

:weekdays=[1,2,3,4,5] and moveToToday() #432

chrille69 opened this issue Jan 21, 2024 · 0 comments

Comments

@chrille69
Copy link

I use QCalendar with

  • view="week"
  • :weekdays="[1,2,3,4,5]"

Executing moveToToday() on sundays shows me the weekdays following the sunday. But in my country i would expect the weekdays before the sunday.

With

  • weekdays="[1,2,3,4,5,6,0]

Excecuting moveToToday() works as expected. But i don't want the weekend to appear.

I think an attribute like first-day-of-week would be necessary.

QCalendar 4.0.0
quasar2.7.7
vue3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant