Everything you loved about The Harris Challenge on the radio, now available anytime you want it!
New categories Monday through Friday.
[insert_php]
date_default_timezone_set(‘Pacific/Midway’);
$dayofweek = date(“D”);
$dateurl = date(“mdy”);
$saturl = date(‘mdy’, mktime(0, 0, 0, date(“m”) , date(“d”) – 1, date(“y”)));
$sunurl = date(‘mdy’, mktime(0, 0, 0, date(“m”) , date(“d”) – 2, date(“y”)));
echo $dateurl . “
“;
echo date(“H:i:s”);
[/insert_php]