what I got here:
<?php echo stripslashes($row['date']); ?>
I want to customize how the date is displayed like:
date("l, F jS Y");
I know there's a way to do it inside that string rather than doing it in the database, would any of you happen to know?