tags:

views:

8

answers:

0

Hi,

I have a problem with initializing a UIDatePicker within a Popover Controller on iPad. The picker works fine and always returns the correct selected date but when I want to modifiy the date it should display using

[datePicker setDate:selectedDate animated:YES];

or

datePicker.date = selectedDate;

It does not change and always defaults to the actual date and time?

Any ideas ...

Kind regards,

Timo