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

Fix next month calculation during page changes #56

Closed

Conversation

petretiandrea
Copy link

This should fix #55

_currentDate.month + (value - _currentIndex),
_currentDate.day,
newMonth,
newDay,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@petretiandrea Can we pass 1 statically here instead of calculating last day?

@ParthBaraiya
Copy link
Collaborator

Also, there are some analysis issues in 2 files please reformat the code and update the PR.

@ParthBaraiya
Copy link
Collaborator

Issue #55 is fixed in pr #75 .

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

Successfully merging this pull request may close these issues.

Next month is wrong when page changes
2 participants