$fechaExplode = explode("-", $_POST["fecha"]);$fechaParaInsertar = date("Y-m-d", mktime(0,0,0,$fechaExplode[1], $fechaExplode[0], $fechaExplode[2]));echo $fechaParaInsertar;