<!DOCTYPE html>
<html>
<body>

<?php
$d=unixtojd(mktime(0,0,0,9,25,2016));
print_r(cal_from_jd($d,CAL_GREGORIAN));
?>

</body>
</html>