Ciao a tutti,
nel db ho le date formattate in questo modo:
2009-03-19 15:46:42

dovrei trattarle per ottenere questa formattazione:

$pubdate = date("D, d M Y H:i:s", mktime($hour, $min, $sec, $month, $day, $year));

come mi conviene fare?