Title: User Registration Date
Last modified: August 19, 2016

---

# User Registration Date

 *  [JobTask](https://wordpress.org/support/users/jobtask/)
 * (@jobtask)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/user-registration-date/)
 * Hello! Does anyone know of a plugin or code that I use to keep up with the date
   a user registered as a member for my website? I was hoping for find something
   like “Member since: March 2011” or “Join Date: March 2011” or something like 
   this that I could put below their name.
 * Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Roger Coathup](https://wordpress.org/support/users/rogercoathup/)
 * (@rogercoathup)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/user-registration-date/#post-1983103)
 * get_userdata() returns all the information you need about a user.
 * e.g. to display member since information:
 * <?php echo date(“M Y”, strtotime(get_userdata(get_current_user_id( ))->user_registered));?
   >
 *  [ahoodie](https://wordpress.org/support/users/ahoodie/)
 * (@ahoodie)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/user-registration-date/#post-1983231)
 * Thanks Roger. Just what I was looking for. Works great.
 *  [ahoodie](https://wordpress.org/support/users/ahoodie/)
 * (@ahoodie)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/user-registration-date/#post-1983232)
 * Nevermind. It shows the same date for all the users.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘User Registration Date’ is closed to new replies.

 * 3 replies
 * 3 participants
 * Last reply from: [ahoodie](https://wordpress.org/support/users/ahoodie/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/user-registration-date/#post-1983232)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
