<!DOCTYPE html>
<html>
<body>
<?php
$jd=frenchtojd(3,3,14);
echo $jd . "<br>";
echo jdtofrench($jd);
?>
</body>
</html>