<!DOCTYPE html>
<html>
<body>


<?php
$date=date_create_from_format("j-M-Y","25-Sep-2016");
echo date_format($date,"Y/m/d");
?>


</body>
</html>