$thedate = "";
$thedate = get_the_date();
//echo $thedate ;
$weekday = date('l', strtotime($thedate)); // note: first arg to date() is lower-case L
echo $weekday.", ";; // SHOULD display day eg Wednesday
echo $thedate ;
?>
POSTED BY Sam Kraft
Posted in
the_excerpt(); ?>