php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | JULIAN_SDN_OFFSET 32083 |
#define | DAYS_PER_5_MONTHS 153 |
#define | DAYS_PER_4_YEARS 1461 |
Functions | |
void | SdnToJulian (zend_long sdn, int *pYear, int *pMonth, int *pDay) |
zend_long | JulianToSdn (int inputYear, int inputMonth, int inputDay) |
zend_long JulianToSdn | ( | int | inputYear, |
int | inputMonth, | ||
int | inputDay ) |