Thanks for reply
If I use your example date appears OK, but if I change to
$date = "27082006";
echo date("d/m/Y", strtotime($date));
the result is that: 31/12/1969
In any way I cannot have in account that as much the day as the month have 2 numbers. Because the day or month 09 is stored like 9.
One example of an inserted date from your example is "8272006" (njY).
Any ideia to solve this
Thanks
FN