Need help with date/time locale
Hi
I have a table that displays selected date/time, and I use a NSDateFormatter to format the date/time to a NSString because I would like to make sure the length of the string is not to long. Is this a bad idea, as it is then hardcoded and not localized? What is a better solution?
Also I have a UIDatePicker, how can I set its local to the device current locale?
Thank you
Søren
|