Forum

Thread tagged as: Question, Members

Member get ID of specific member

With the following I can output when the logged in member joined up:

<?php echo strftime('%B %Y', strtotime(perch_member_get('memberCreated', array()))) ?>

Is there a way I can output when a specific member joined? For example, to show the date that member with ID 25 joined the site?

Stephen Turvey

Stephen Turvey 0 points

  • 3 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

No, you can't display details of other members.