views:

76

answers:

1

I am using a UIDatePicker with time only, How can I store this type in the core data, would it be date:S.

Thanks

A: 

You should store it as a date object in Core Data and then you can display it however you want using a NSDateFormatter.

Marcus S. Zarra