Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 4 replies, 0 views
In brief:
NSDateFormatter *instance = [[NSDateFormatter alloc] init];
[instance setDateFormat:@ "MMMM yyyy"];
[instance setTimeZone:[NSTimeZone timeZoneForSecondsFromGMT:0]];
return [instance stringFromDate:self];
From second comment, legacy code isn't setting locale or formattingContext.