-
Notifications
You must be signed in to change notification settings - Fork 819
Just 1 weekdata #842
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
Comments
Does this help? |
@patchthecode thanks for quick reply and I do try that but the issue is when I try to use start date as https://www.dropbox.com/s/vli8zovaoq9pcwe/jtcalender%20issue.mov?dl=0 and here is code for configuration
|
yes this is a limitation of this lib. As i have not coded partial dates yet. In the mean time you can setup some date boundary that the user cannot cross. |
@patchthecode ok but in that video, I sent you in above comment has another problem that got same dates when month changes mean 2 weeks is been same when month changes check last 5-10 seconds video. |
I do not understand your last post. Can you please rephrase? Also ConfigurationParameters(
startDate: startDate,
endDate: endDate,
numberOfRows: 1,
generateInDates: .forFirstMonthOnly,
generateOutDates: .off,
hasStrictBoundaries: false) |
Yes, I tried now check this video, In this video week data start from Monday and that's ok but end with Tuesday because of month end but I want next months 1st and 2nd date to be filled there. Now, I changed a property |
ConfigurationParameters(
startDate: startDate,
endDate: endDate,
numberOfRows: 1,
generateInDates: .forFirstMonthOnly, // <<<--- You Missed this ?
generateOutDates: .off,
hasStrictBoundaries: false) |
I need data for all the months from a current month without recurring issue that I mention in my previous comment |
@patchthecode hope you understand the issue |
i do not understand. Can you join me here? |
yes |
@patchthecode hope you understand the issue |
Is this still an issue? |
Hii |
Is this still an issue? |
issue resolved via chat. |
The version is 7.1.5
I want just 1-week data to show with 1 raw and therefore I tried this code with start date
2018-07-28 18:30:00 +0000
and end date is2018-08-03 18:30:00 +0000
But it doesn't work for me and gives data from 6th month of 2018. So how to show just 1 week of dates every week?
The text was updated successfully, but these errors were encountered: