Codice PHP:
<?php
$dataIT  
"23-05-2015";
$dataSTD date("Y-m-d"strtotime($dataIT));
print 
$dataSTD;