Query: jdmonthname
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
JDMONTHNAME(3) 1 JDMONTHNAME(3) jdmonthname - Returns a month nameSYNOPSISstring jdmonthname (int $julianday, int $mode)DESCRIPTIONReturns a string containing a month name. $mode tells this function which calendar to convert the Julian Day Count to, and what type of month names are to be returned. Calendar modes +-----+--------------------------------------+---+ |Mode | | | | | | | | | Meaning | | | | | | | | Values | | | | | | +-----+--------------------------------------+---+ | 0 | | | | | | | | | Gregorian - abbreviated | | | | | | | | Jan, Feb, Mar, Apr, May, Jun, Jul, | | | | Aug, Sep, Oct, Nov, Dec | | | | | | | 1 | | | | | | | | | Gregorian | | | | | | | | January, February, March, April, | | | | May, June, July, August, September, | | | | October, November, December | | | | | | | 2 | | | | | | | | | Julian - abbreviated | | | | | | | | Jan, Feb, Mar, Apr, May, Jun, Jul, | | | | Aug, Sep, Oct, Nov, Dec | | | | | | | 3 | | | | | | | | | Julian | | | | | | | | January, February, March, April, | | | | May, June, July, August, September, | | | | October, November, December | | | | | | | 4 | | | | | | | | | Jewish | | | | | | | | Tishri, Heshvan, Kislev, Tevet, She- | | | | vat, AdarI, AdarII, Nisan, Iyyar, | | | | Sivan, Tammuz, Av, Elul | | | | | | | 5 | | | | | | | | | French Republican | | | | | | | | Vendemiaire, Brumaire, Frimaire, | | | | Nivose, Pluviose, Ventose, Germinal, | | | | Floreal, Prairial, Messidor, Thermi- | | | | dor, Fructidor, Extra | | | | | | +-----+--------------------------------------+---+PARAMETERSo $jday - The Julian Day to operate on o $calendar - The calendar to take the month name fromRETURN VALUESThe month name for the given Julian Day and $calendar. PHP Documentation Group JDMONTHNAME(3)
Related Man Pages |
---|
cal(1) - opensolaris |
ncal(1) - linux |
cal(1) - centos |
ncal(1) - osx |
cal(1) - sunos |
Similar Topics in the Unix Linux Community |
---|
Calendar date to Julian and Back |
Need to list the files |
Substitute string with an index number |
Get last month files |
To copy files which are created in particular month |