FuzzyDateFormatter icon indicating copy to clipboard operation
FuzzyDateFormatter copied to clipboard

Android formatter for fuzzy date and time

Results 3 FuzzyDateFormatter issues
Sort by recently updated
recently updated
newest added

Could not create package 'heyzhu/maven/FuzzyDateFormatter': HTTP/1.1 401 Unauthorized [message:This resource requires authentication] how to solve this problem?

Hi, I am trying to run app but it shows the error like gradle sync failed Error:(2, 0) Cause: org/gradle/api/publication/maven/internal/DefaultMavenFactory How to slove this error? Thanks

Hi, have you seen Android's [DateUtils.getRelativeTimeSpan*](http://developer.android.com/reference/android/text/format/DateUtils.html#getRelativeTimeSpanString%28long%29) methods? It's pretty hidden and most people don't know about it. They do the fuzzy times in many different languages also so that you...