I have a UIDatePicker in Interface Builder, and I've set the mode content to only "Date" so that it doesn't display the time. When I run my app in the iPhone Simulator (I can't try this on hardware yet), every time I try to adjust the picker using the mouse, it will stay at that chosen date for a split-second and then it always resets back to the original date. Is this a known issue or did I do something wrong?
I'm looking specifically with help for UIDatePickers made in Interface Builder, I can't be arsed to actually write code.
FIXED - As Ben explains below it might be a better idea to just do this in code, as it works for me if I do it that way. HOWEVER, since it's not still really clear to me why it didn't work just using IB I'll leave this question open. Feel free to mark as "closed" later if there is more info needed to answer the question, or if this is a bug that is eventually fixed.
