$tarih = "20/11/2012";
$tarih = str_replace('/', '-', $tarih);
$tarih = date('Y-m-d', strtotime($tarih));

olarak denemiş miydiniz?