x
 
<!DOCTYPE html>
<html>
<body>
<?php
$d=cal_to_jd(CAL_GREGORIAN,9,25,2016);
echo $d;
?>
</body>
</html>