Ver original<?php $fecha = "29/11/2012"; list($dia,$mes,$ano) = explode("/",$fecha); echo $dia; echo $mes; echo $ano; ?>