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

Date.now().next().weekend() does not behave the same as Date.now().next().weekday() #264

Open
CDSimpson opened this issue Mar 28, 2017 · 0 comments

Comments

@CDSimpson
Copy link

I've noticed that the implementations of weekend() and weekday() are not the same. The weekend() function appears to only work when chaining with is(), while weekday() will work with incrementing as well (via the addWeekdays() prototype method). I could work around this limitation by explicitly checking for saturday() or sunday(), but it would be nice to be able to use the weekend() function in the exact same ways that you can use the weekday() function.

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