Snippet: DateUtils

1 · Chris Banes · Jan. 15, 2013, midnight
This is the first in a new series of posts I’m going to regularly publish (weekly-ish) of code snippets which could save you a lot of #AndroidDev time. The first of which is about one of my favourite classes in Android: DateUtils. It’s Javadoc keeps things nice and short: This class contains various date-related utilities for creating text for things like elapsed time and date ranges, strings for days of......