jdtojewish

PHP 4, PHP 5, PHP 7, PHP 8
jdtojewish - Converts a Julian day count to a Jewish calendar date

jdtojewish( int$julian_day, [bool$hebrew = false], [int$flags = 0] ): string

Converts a Julian Day Count to the Jewish Calendar.

Parameters

julianday

A julian day number as integer

hebrew

If the hebrew parameter is set to true, the flags parameter is used for Hebrew, ISO-8859-8 encoded string based, output format.

flags

A bitmask which may consist of CAL_JEWISH_ADD_ALAFIM_GERESH, CAL_JEWISH_ADD_ALAFIM and CAL_JEWISH_ADD_GERESHAYIM.

Return Values

The Jewish date as a string in the form "month/day/year", or an ISO-8859-8 encoded Hebrew date string, according to the hebrew parameter.

Related Functions

Example of jdtojewish

Show all examples for jdtojewish

PHP Version:


Function jdtojewish:

Calendar Functions

Most used PHP functions