thanks:) works.
For some reason this doesnt work specificly for birth day field.
<?php function add_member_custom_extended_profile() {
$data_birth = bp_get_member_profile_data( ‘field=birth date’ );
echo “Birth Day: “;echo ‘<font color=000000>’.$data_birth .’
</font>’;
} ?>