Im creating a reminder app.now i use
//NSDate *now = [[NSDate alloc] init];
// [datePicker setDate:selected animated:YES];
//[now release];*
this code and the spinning wheel(in picker) is setting to current time.But i want to set the spinning wheel in picker to the time i previously selected. so is possible to stay at the time the reminder is set at (I.e. if set at 3:00 PM the display on the clock spinner should be 3:00 PM). Can any one help me please.Thanks in advance.