Hello,
I’m trying to display a text in each user profile “Member Since: DATE” . This text it’s supposed to be displayed in a public page, and it’s for other members to see, when they visit that user profile.
I start by using:
<?php echo "Member Since: " . date('M j, Y', S2MEMBER_CURRENT_USER_REGISTRATION_TIME); ?>but what this returns it’s the registration date from the user that is login. So every profile I check it gives me MY registration date and not from the user I’m seeing.
Any thoughts?
Thanks in advance
Regards