We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am programatically trying to set the date to a different date than today.
Here is the code i used still its not working. It always selects todays date.
_calendarManager = [JTCalendarManager new]; _calendarManager.delegate = self; NSDate* dt1= [_calendarManager.dateHelper addToDate:[NSDate date] days:2]; [_calendarManager setMenuView:_calendarMenuView]; [_calendarManager setContentView:_calendarContentView]; [_calendarManager setDate:dt1];
Here dt1 is 19th. but its still only highlighting 17th. I am stumped.
Any help would be greatly appreciated.
Thanks, Suman
The text was updated successfully, but these errors were encountered:
Any help on this would be greatly appreciated.
Sorry, something went wrong.
No branches or pull requests
I am programatically trying to set the date to a different date than today.
Here is the code i used still its not working. It always selects todays date.
_calendarManager = [JTCalendarManager new];
_calendarManager.delegate = self;
NSDate* dt1= [_calendarManager.dateHelper addToDate:[NSDate date] days:2];
[_calendarManager setMenuView:_calendarMenuView];
[_calendarManager setContentView:_calendarContentView];
[_calendarManager setDate:dt1];
Here dt1 is 19th. but its still only highlighting 17th. I am stumped.
Any help would be greatly appreciated.
Thanks,
Suman
The text was updated successfully, but these errors were encountered: