<?php//ejemplo:$fecha="19/05/2009";$fechanueva = date("Y-m-d", strtotime($fecha));echo $fechanueva;?>