How to hide History section ("Member for") in Drupal user profile page?

drupal, drupal-7

Solution

Follow to Configuration -> People -> Account settings -> Manage Display (`admin/config/people/accounts/display`) and set History's format to "hidden".

Problem

I'm using drupal7. I have listed user profiles. In user profile detail page contains history. It shows like 'Member for 22 hours 15 min ' I want to hide the history section.

Original source