Every time in PHP when I make a variable such as this one:
$date = strtotime($row[\'date\']); $date = date(\"M d Y \\a\\\\t g:i A\", $date); // Mmm dd YYYY at h: