<!DOCTYPE html>
<html>
<body>
<?php
$date=date_create("2016-09-25");
echo date_format($date,"Y/m/d");
?>
</body>
</html>