Home
last modified time | relevance | path

Searched defs:julian_day (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/calendar/
H A Dcalendar.stub.php121 function cal_from_jd(int $julian_day, int $calendar): array {}
139 function jddayofweek(int $julian_day, int $mode = CAL_DOW_DAYNO): int|string {}
141 function jdmonthname(int $julian_day, int $mode): string {}
143 function jdtofrench(int $julian_day): string {}
145 function jdtogregorian(int $julian_day): string {}
147 function jdtojewish(int $julian_day, bool $hebrew = false, int $flags = 0): string {}
149 function jdtojulian(int $julian_day): string {}
151 function jdtounix(int $julian_day): int {}

Completed in 20 milliseconds