demo_func_cal_jdtounix.php:
<!DOCTYPE html> <html> <body> <?php $jd=gregoriantojd(10,3,1975); echo jdtounix($jd); ?> </body> </html>