Source Code:
(back to article)
<?php if (date("I") == 1) { echo "Daylight saving time is in effect"; } else { echo "Daylight saving time is not in effect"; } ?>
Result:
Report an issue