demo_func_cal_jdmonthname.php:
<!DOCTYPE html> <html> <body> <?php $jd=gregoriantojd(1,13,1998); echo jdmonthname($jd,0); ?> </body> </html>