-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add ability to set weekend days #516
Comments
I think 'weekend' means Saturday and Sunday. Do you just want to mark different days of the week as weekends? |
In our system, Some countries weekend days are Saturday and Sunday, some other countries have Friday and Saturday as their weekend days and some countries only have Friday. I could see that there's an option in the calendar to hide weekends, and that depends on I want to mark specific days as weekends, and hide them when |
Ah! I undertand. |
Great! Do you know when will |
@abozanona It will take long time. I'm rewriting this calendar with virtual dom. There are many features those are hard to explain briefly, so check this article. |
@abozanona I'll let you know if there is more specific release date. |
Would be great to have this feature as the application we are developing is to be used in a country where Friday and Saturday are considered as weekend. |
@jungeun-cho @dongsik-yoo |
@luayjal |
Version: v1.12.11
Current Behavior
Current code sets first & last day in the week as weekend days function isWeekend
Wanted Behavior
It't be great if I can enter custom weekend days(Pass an array of numbers I want to mark as weekend).
The text was updated successfully, but these errors were encountered: