UIDatePicker Not storing time in core data
Posted
by Derek
on Stack Overflow
See other posts from Stack Overflow
or by Derek
Published on 2010-04-02T20:10:15Z
Indexed on
2010/04/02
20:13 UTC
Read the original article
Hit count: 227
Hi,
I am using a UIDatepicker with only "Time", I save the time in a NSDate object type, however when I try to store the Object in core data I get an error saying its not a NSDate type...
*tt = [pickerTime date];
[myObject setValue:tt forKey:@"time"];
Thanks,
© Stack Overflow or respective owner