I am trying to display parsed date from AFNetworking3 to display only passed hours, not full date, like 1 hour ago..etc. I used this to get the full date
allData = [responseObject objectForKey:@"data"];
NSDictionary *data = [allData objectAtIndex:indexPath.row];
cell.created_at.text = [data objectForKey:@"created_at"];
This is the link of json data: http://mkssab.com/api/index