I get time from UIDatePicker
and another date (NSDate)
from particular date (name is myDate).
I want to add (only) time of UIDatePicker
to (at place of myDate'S time) myDate.
My goal is fire NSLocalNotification at proper time:
I follow This Question but it dose not solve my issue.
How can i do this?