Display the last date, regardless of articles

Just use the PHP date() function as Michael suggested. So your date code might look like this:

<?php echo date('l, j. F Y'); ?>