<!DOCTYPE html>
<html>
<body>
<?php
$jd=gregoriantojd(10,15,1980);
echo jdmonthname($jd,0);
?>
</body>
</html>