PHP Code for date converter

// You can use any format that the date function outputs
// $date will contain the formatted date.
$date = date('M d, Y', strtotime($date));

?>

Posted in Labels: |