ho risolto con

Codice PHP:

<?php

$arrTempo
=explode("-",$miaData);

echo 
"$arrTempo[2]$arrTempo[1]$arrTempo[0]";

?>
ma nonc'è un modo migliore?