Skip to content

Instantly share code, notes, and snippets.

@yongjhih
Created May 8, 2017 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yongjhih/35e7474351e73d26ad26432901101902 to your computer and use it in GitHub Desktop.
Save yongjhih/35e7474351e73d26ad26432901101902 to your computer and use it in GitHub Desktop.
fun Date.relativeTimeSpan(): CharSequence {
return DateUtils.getRelativeTimeSpanString(time)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment