@since: BuddyPress 2.7.0 Added $args as a parameter.
Description
bp_group_member_joined_since()

Output the joined date for the current member in the group member loop.

Source: bp-groups/bp-groups-template.php:5071

bp_get_group_member_joined_since()

Return the joined date for the current member in the group member loop.

Source: bp-groups/bp-groups-template.php:5088

bp_group_date_created()

Output the created date of the current group in the loop.

Source: bp-groups/bp-groups-template.php:1527

bp_get_group_date_created()

Return the created date of the current group in the loop.

Source: bp-groups/bp-groups-template.php:1545

bp_group_last_active()

Output the ‘last active’ string for the current group in the loop.

Source: bp-groups/bp-groups-template.php:1091

bp_get_group_last_active()

Return the ‘last active’ string for the current group in the loop.

Source: bp-groups/bp-groups-template.php:1109

bp_member_registered()

Output the ‘registered [x days ago]’ string for the current member.

Source: bp-members/bp-members-template.php:1160

bp_get_member_registered()

Get the ‘registered [x days ago]’ string for the current member.

Source: bp-members/bp-members-template.php:1178