NSDate-TimeAgo icon indicating copy to clipboard operation
NSDate-TimeAgo copied to clipboard

A "time ago", "time since", "relative date", or "fuzzy date" category for NSDate and iOS, Objective-C, Cocoa Touch, iPhone, iPad

Results 15 NSDate-TimeAgo issues
Sort by recently updated
recently updated
newest added

let dateFormatter: NSDateFormatter = NSDateFormatter() dateFormatter.locale = NSLocale(localeIdentifier: "en_US_POSIX") dateFormatter.timeZone = NSTimeZone(abbreviation: "UTC") dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSX" if let date = dateFormatter.dateFromString(dateString) { // I get valid a NSDate object }...

I am calling timeAgo from NSDate and it returns an empty string. ``` swift if let validDate = lastUpdated{ let dateText = validDate.timeAgo self.updatedLabel.text = dateText print(validDate.timeAgo) } ``` I...

Hi, I am willing to add a new language. I have already cloned the repository. I have seen that language supports are in a `bundle` named `NSDateTimeAgo.bundle`. But i have...

Hi, Is there any way to do the same in future ? like [this](http://www.ocpsoft.org/prettytime/) library in java Eg 3 hours from now, In 30 minutes, etc Or may be it...

The Slovak strings file (in DateTools.bundle - sk.lproj) should be named "DateTools.strings" like in any other lproj. Otherwise the Slovak translations aren't working.

Library is crashing only in iOS 10.2 version. Moreover, runs smooth during debugging. It only crashes in release mode.

I made a [`swift3`](https://github.com/kgn/NSDate-TimeAgo/tree/swift3) fork & branch. If you make a `swift3` branch I can submit a pull request.

This is persian localization `strings` file. [fa.zip](https://github.com/kevinlawler/NSDate-TimeAgo/files/484942/fa.zip)