Go to the source code of this file.
◆ DAYS_PER_4_YEARS
◆ DAYS_PER_MONTH
◆ FIRST_VALID
◆ FRENCH_SDN_OFFSET
#define FRENCH_SDN_OFFSET 2375474 |
◆ LAST_VALID
◆ FrenchToSdn()
zend_long FrenchToSdn |
( |
int | year, |
|
|
int | month, |
|
|
int | day ) |
◆ SdnToFrench()
void SdnToFrench |
( |
zend_long | sdn, |
|
|
int * | pYear, |
|
|
int * | pMonth, |
|
|
int * | pDay ) |
◆ FrenchMonthName
const char* const FrenchMonthName[14] |
Initial value:=
{
"",
"Vendemiaire",
"Brumaire",
"Frimaire",
"Nivose",
"Pluviose",
"Ventose",
"Germinal",
"Floreal",
"Prairial",
"Messidor",
"Thermidor",
"Fructidor",
"Extra"
}
Definition at line 134 of file french.c.