Web Analytics

PHP cal_from_jd() Function

Calendar FunctionPHP 4+

The cal_from_jd() function converts a Julian Day Count to a supported calendar.

Syntax

cal_from_jd(int $jd, int $calendar): array

Try It Online

Output
Click Run to execute your code

Related Functions

  • cal_to_jd() - Converts from a supported calendar to Julian Day Count