NSDateFormatterFullStyle without year (NSDateFormatter)
- by Brian Halpin
Using the user's currentLocale from the device, I want to have a date format exactly like the one generated for NSDateFormatterFullStyle minus the year:
[dateFormatter setDateStyle:NSDateFormatterFullStyle];
Friday, 21 September (2012)
I've noticed the iPhone app, Living Earth does this and works for all locales, so does the iPhone lock…