function spostaPezziData(data)
{
var x = data.split("/");
return x[2] + "/" + x[1] + "-" + x[0];
}