Easy Tutorial
❮ Php Imageaffinematrixconcat Php Echo Print ❯

PHP jdmonthname() Function

PHP Calendar Reference Manual

Example

Returns the abbreviated month name in the Gregorian calendar for January 13, 1998:


Definition and Usage

The jdmonthname() function returns the name of a month.

Syntax

Parameter Description
jd Required. Numeric (Julian day count).
mode Optional. Defines the calendar to convert the Julian day count to and how to return the month name (full or abbreviated). Mode values: 0 - Gregorian calendar - abbreviated form (Jan, Feb, Mar, ...)<br> 1 - Gregorian calendar (January, February, March, ...)<br> 2 - Julian calendar - abbreviated form (Jan, Feb, Mar, ...)<br> 3 - Julian calendar (January, February, March, ...)<br> 4 - Jewish calendar (Tishri, Heshvan, Kislev, ...)<br> 5 - French Republican calendar (Vendemiaire, Brumaire, Frimaire, ...)

Technical Details

Return Value: Returns the month name for the specified Julian day and calendar.
PHP Version: 4+
--- ---

❮ Php Imageaffinematrixconcat Php Echo Print ❯