content_area_group_title

Does anybody know where to put this code below in pages to add current date in the title?

Or is there a chance to show up the date from last action in the title?

<?php

echo date("j-M-Y, l");

?>

Thank you for your help!

Severinius