Date Time Php

print '';
print '';
for ($year = 2004; $year <= 2020; $year++) {
    $stamp = mktime(12,0,0,9,1,$year);
    $stamp = strtotime('monday', $stamp);
    print "\n";
}
print '
YearLabor Day
$year";
    print date('F j', $stamp);
    print "
';
?>