I have an NSDate object and must create a label that indicates the day of the week in a short 3-char style like ‘Mon’, ‘Tue’, ‘Wed’, … and localized to the short representation in any language.
The date formatter EEE has 3 chars but how does that translate to languages like Chinese which probably only have one character?
1 Answer