static String getFormattedDateShort(int time) { DateFormat newFormat = new DateFormat("MMM dd, yyyy"); return newFormat.format(new DateTime.fromMillisecondsSinceEpoch(time)); }