Almost there, I'm having problems with the dates
echo get_post_meta($child_post->ID, 'wpcf-date', true);
It produces a long bit of code and if I put jMY in there it produces 1 Jan 1970 on all lines, this was my old code
echo date('j M Y' , $child_post->fields["date"]);