Skip to content

Instantly share code, notes, and snippets.

View AmitGoenka's full-sized avatar

Amit Goenka AmitGoenka

View GitHub Profile
@AmitGoenka
AmitGoenka / DateUtils.java
Last active October 29, 2016 01:58
Time Duration Formatting
package org.agoenka.tweeterjam.utils;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Locale;
/**
* Full credit goes to : https://github.com/ewilden/TimeFormatter
*/