Forum
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?
No, you can't display details of other members.