Current Location: Home> Function Categories> jdtojewish

jdtojewish

Convert Julian days count to dates in the Jewish calendar.
Name:jdtojewish
Category:Uncategorized
Programming Language:php
One-line Description:Convert Julian days count to dates in the Jewish calendar.

Definition and usage

jdtojewish() function converts the Julian day count to the date of the Jewish calendar.

Tip: See jewishtojd() function to convert dates in the Jewish calendar to Julian day counts.

Example

Convert Julian days count to dates in the Jewish calendar:

 <?php
$jd = jdtojewish ( 1084191 ) ;
echo $jd ;
?>

Run the instance

grammar

 jdtojewish ( jd , hebrew , fl ) ;
parameter describe
jd Required. Numbers (Julian day count).
hebrew Optional. When set to TRUE, it indicates the Hebrew output format. The default is FALSE.
fl

Optional. Define Hebrew output formats, and the available formats are:

  • CAL_JEWISH_ADD_ALAFIM_GERESH
  • CAL_JEWISH_ADD_ALAFIM
  • CAL_JEWISH_ADD_GERESHAYIM
Similar Functions
Popular Articles