jdmonthname
Returns the name of the month.
jdmonthname()
function returns the name of the month.
Return to the abbreviation string of the month of the Gregorian calendar on October 15, 1980:
<?php $jd = gregoriantojd ( 10 , 15 , 1980 ) ; echo jdmonthname ( $jd , 0 ) ; ?>
Run the instance
jdmonthname ( jd , mode ) ;
parameter | describe |
---|---|
jd | Required. Numbers (Julian day count). |
mode |
Optional. Defines which calendar to convert Julian day counts to and how to return the month name (full name or abbreviation). Mode value:
|