You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
problem is related to how the dates are stored internally - self.dates ( has an array of dates with corresponding times) - if you remove the time element - it may fix it.
When you populate the control - strip out the time.
Then pass in corresponding date without time.
If we have below line then we can't highlight todays date...
[self.datepicker selectDate:[NSDate date]];
It always appear White text color and white background..
please fix it...
The text was updated successfully, but these errors were encountered: