SQL Server 2008

I have a parent table "tblParent" which has 2 child tables in a 1 to many relationship "tblChild1" and "tblChild2". Both child tables have a Date field "CreatedDate".

I need to perform a join between the parent table and the 2 child tables and I need to get the "CreatedDate" which is most recent.

I'm not sure how to do this as the 2 date fields reside in different tables.

Any Ideas guys/gals ??

Thanks In Advance