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

Set startDay:1 and noWeekends: true will disable monday and sunday #107

Closed
AureliusSlawinski opened this issue Sep 10, 2020 · 3 comments
Closed

Comments

@AureliusSlawinski
Copy link

If setting these options:

startDay:1
noWeekends: true

Will disable monday and sunday (instead of saturday and sunday).

grafik

@axelschelfhout
Copy link

I have the same issue. For now I "solved" it with
disabler: date => date.getDay() === 6 || date.getDay() === 0, // Disable weekends

@qodesmith
Copy link
Owner

Sorry for the delay, looking into this now...

qodesmith added a commit that referenced this issue Dec 25, 2020
* node-sass => sass (Dart sass)

* Fixed bug with weekends.

* Build

* Updated gitignore.

* Updated packages.
@qodesmith
Copy link
Owner

Fixed!

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

3 participants