-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Finding Current Month gives insane results!!! #207
Comments
Can u provide more details? |
Sorry, bad network. I'll check it |
Ya please.... |
https://www.dropbox.com/s/qc86wc894le6xgv/CALENDER.zip?dl=0 - Here is how I have utilised the calender. Please have a check on that. |
I have been quite experimenting your framework before applying finally in my projects.I think this might be a bug. For eg. take the date of January 1st,2018. Here when user scrolls to the month of Jan in the year 2018, the current month shows it as 31.12.2017. Its because 31.12.2017 falls on the same week as 1.1.2018 i.e on monday. So current page returns december's date but not January's. And the more insane thing is that it is currently happening for that particular case!!!
Please do you have any idea to fix this??
The text was updated successfully, but these errors were encountered: