Now i am going on with the Android Time Ago i am getting days ago but not getting weeks ago
Here i tried:
CharSequence CS = DateUtils.getRelativeTimeSpanString(DateUtils.MINUTE_IN_MILLIS, now.getTime(),
DateUtils.WEEK_IN_MILLIS, 0);
Exactly what i need is if it less than week should show these much days remaning.
if a week and above shows how many weeks and reaches a month should shows a month ago or two month ago like goes on
How can i get this can anyone help me.