Is there any option to get getRelativeDateTimeString in day of week. Means if the date is within 7 days show it as Mon, 7:14am instead of 4 days ago, 7:14 am
DateUtils.getRelativeDateTimeString(context,
datewithTime.getTime(), DateUtils.SECOND_IN_MILLIS, DateUtils.WEEK_IN_MILLIS, 0)
Hi you can use like this,