Codice PHP:
<?php 
$date 
time();
for (
$i 0$i 30$i++) {
    print(
date('l, j F Y'$date $i 86400) . '
'
);
}
?>