SEHumanizedTimeDiff
SEHumanizedTimeDiff copied to clipboard
Strange behaviour in iOS7
Not sure if this is me but when using this sample code in your read me: myLabel.text = [[NSDate dateWithTimeIntervalSinceNow:-3600_24_2] stringWithHumanizedTimeDifference:NSDateHumanizedSuffixAgo withFullString:YES];
My label simply shows the name of the day (e.g.. "Friday") rather than "2 days ago."
Any ideas?
I still can't get this to work. Saper are you there?
Unfortunately, I ran into this same issue. This seems to be the culprit:
if (daysDiff > 0 && daysDiff <= 4) { return [dayFormatter stringFromDate:self]; }