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

Multiday from Saturday to Sunday #37

Open
yoghurt1001 opened this issue Sep 9, 2011 · 0 comments
Open

Multiday from Saturday to Sunday #37

yoghurt1001 opened this issue Sep 9, 2011 · 0 comments

Comments

@yoghurt1001
Copy link

There seems to be an issue when we try to use a multiday from saturday to sunday. The source-code says

while (start.getDay() < endDay) {

which does nothing when endDay is a sunday - endDay will be 0 and thus the loop will never be performed, because none of the other days is more less than 0.

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