-
Notifications
You must be signed in to change notification settings - Fork 21
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
Is it possible to skip days? Skip weekend days? #12
Comments
Not currently. It might not be a bad idea to add some sort of array that you can choose to contain the days you want to be made visible. I'll consider adding something like that in the future. |
Ok. I am using the library in two of my apps. I am working on it for about 5 monts I started implementing skipping days. I also already implemented "page" scrolling - so if the user wants it can scroll through weeks. I think it needs some more cleanup (with your help - so it reaches the standard) but I thing it would improve this library. Do you want that I make a pull request so you can add this? EDIT: |
This function in
And basically use a different algorithm for converting |
Just as the title says. I want to skip sundays and saturdays. Is this posible?
The text was updated successfully, but these errors were encountered: