$timestamp = strtotime($row['fecha_aviso']);$fecha_aviso = date("d/m/Y h:i:s",$timestamp);echo $fecha_aviso;