Im implementing some rostering app for the iphone, it uses coredata to save the data, I have one doubt (of many!!)
- in an entity (days), I need to set start time, but on type for the attribute, I only see date, int, string... so what format should I use to save the time for example, 9:00 am; I intend the user to set this time with the roller picker for the time.
- after selecting the date using the uidatepicker, to save it in a date attribute, can I save it on a format dd--mm-yyyy ??, I intend to later send this data to a Ruby on rails web service, but with this format, so what is the format for the type date, in attribute,
thank you