Php Date Format

 $oldDate = date_create($rows['thread_created']);

$newDate = date_format($date, 'l jS F Y \a\t g:i A');

Post a Comment

0 Comments