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





