Christmas

About Christmas

<?php // Set your local timezone date_default_timezone_set('America/New_York'); $current_year = date('Y'); $christmas = mktime(0, 0, 0, 12, 25, $current_year); $today = time(); // If Christmas passed this year, look to next year if ($today > $christmas) { $christmas = mktime(0, 0, 0, 12, 25, $current_year + 1); } $difference = $christmas - $today; $days_left = ceil($difference / 86400); if ($days_left == 0) { print '

Merry Christmas!

'; } else { print '

There are ' . $days_left . ' days until Christmas!

'; } ?>

Browse all poems and texts published on Christmas

Christmas Poems



Popular African-American Poets

  • Thomas Hardy
    Thomas Hardy was an English poet and writer, one of the most ...
  • William Drummond
    William Drummond best poems and poetry: William Drummond was ...
  • Carl Solomon
    Carl Solomon was an American poet and writer. In his travels ...
  • Samuel Lover
    Samuel Lover was an irish poet and writer. Poet and also ...
  • Lawrence Ferlinghetti
    Lawrence Ferlinghetti is a great contemporary american poet ...