vue-functional-calendar
vue-functional-calendar copied to clipboard
disabledDayNames + sundayStart disables days one column to the right of expected
Easy replicable with the codesandbox demo - just add sunday-start
and you will see that instead of Su + We calendar disables Mo and Th.
<h4>Disabled Day Names</h4>
<h5>...</h5>
<functional-calendar
class="calendar"
:is-date-picker="true"
:disabledDayNames="['Su', 'We']"
sunday-start
></functional-calendar>
@TitanFighter Now I don't have time. Thanks for your feedback. If you have free time, you can contribute. Thanks
Hello. Thanks for your feedback. Now I don't have time to deal with the calendar. Please create pull requests, I will appreciate it, it will be useful for the community.