SharePoint - concatenate title and created date in calculated column

This will show you how to create a calculated column that concatenates the title and created date:

Use this formula in your calculated column:
=CONCATENATE(Title," (Posted: ",TEXT(Created,"MMM dd yyyy"),")")