I need to change the UIDatePicker to a specific dynamically.
My date picker is set to time mode only. i can set the time with
timePicker.setDate(NSDate(), animated: false)
but i cant figure out how to change it to a different time and not to current time.
So how do i change it?
Thanks