I need help with this specific piece of code. How can I get php strtotime
to recognize 20140802T00:00:00
as a proper time string?
$new_exp = date('M-d-y',strtotime($condat['_CouponExpiration']));
echo $conDat['_CouponExpiration'] . ' ' .$new_exp;
// 20140802T00:00:00 Jan-01-70
// $newexp should return "Aug-02-14"