2010-10-28 6 views

Répondre

1
$date = DateTime::createFromFormat('Thu Oct 28 16:33:29 +0000 2010', 'D M j h:m:s O Y'); 
echo $date->format('M d,Y, h:mA'); 

docs pertinents here