Source Code:
(back to article)
<?php date_default_timezone_set('America/New_York'); echo "The current time is: " . date('h:i:s a'); ?>
Result:
Report an issue