I am using a UIDatePicker with time only, How can I store this type in the core data, would it be date:S.
Thanks
I am using a UIDatePicker with time only, How can I store this type in the core data, would it be date:S.
Thanks
You should store it as a date object in Core Data and then you can display it however you want using a NSDateFormatter
.