Query: jdtojewish
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
JDTOJEWISH(3) 1 JDTOJEWISH(3) jdtojewish - Converts a Julian day count to a Jewish calendar dateSYNOPSISstring jdtojewish (int $juliandaycount, [bool $hebrew = false], [int $fl])DESCRIPTIONConverts a Julian Day Count to the Jewish Calendar.PARAMETERSo $julianday - A julian day number as integer o $hebrew - If the $hebrew parameter is set to TRUE, the $fl parameter is used for Hebrew, string based, output format. o $fl - The available formats are: CAL_JEWISH_ADD_ALAFIM_GERESH, CAL_JEWISH_ADD_ALAFIM, CAL_JEWISH_ADD_GERESHAYIM.RETURN VALUESThe jewish date as a string in the form "month/day/year"EXAMPLESExample #1 jdtojewish(3) Example <?php echo jdtojewish(gregoriantojd(10, 8, 2002), true, CAL_JEWISH_ADD_GERESHAYIM + CAL_JEWISH_ADD_ALAFIM + CAL_JEWISH_ADD_ALAFIM_GERESH); ?>SEE ALSOjewishtojd(3), cal_from_jd(3). PHP Documentation Group JDTOJEWISH(3)