<?php

$data_BD = "2016-07-27";
$data = date("d/m/Y", strtotime($data_BD));

echo $data;