jdtojewish

(PHP 4, PHP 5, PHP 7)

jdtojewishConverts a Julian day count to a Jewish calendar date

Descrierea

jdtojewish ( int $juliandaycount [, bool $hebrew = FALSE [, int $fl = 0 ]] ) : string

Converts a Julian Day Count to the Jewish Calendar.

Parametri

julianday

A julian day number as integer

hebrew

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

fl

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

Valorile întoarse

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.

Exemple

Example #1 jdtojewish() Example

<?php
$jd 
gregoriantojd(1082002);
echo 
jdtojewish($jdtrue), PHP_EOL,
     
jdtojewish($jdtrueCAL_JEWISH_ADD_GERESHAYIM), PHP_EOL,
     
jdtojewish($jdtrueCAL_JEWISH_ADD_ALAFIM), PHP_EOL,
     
jdtojewish($jdtrue,CAL_JEWISH_ADD_ALAFIM_GERESH), PHP_EOL;
?>

Exemplul de mai sus va afișa:

ב חשון התשסג
ב' חשון התשס"ג
ב חשון ה אלפים תשסג
ב חשון ה'תשסג

A se vedea și

  • jewishtojd() - Converts a date in the Jewish Calendar to Julian Day Count
  • cal_from_jd() - Converts from Julian Day Count to a supported calendar