for ($i=0;$i<6;$i++) echo date('d.m.y', strtotime('-'.$i.' days', strtotime(date("d.m.y"))))."\n";