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