Calendar 函数
PHP 手册

jdtojewish

(PHP 4, PHP 5)

jdtojewishConverts a Julian day count to a Jewish calendar date

说明

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

Converts a Julian Day Count to the Jewish Calendar.

参数

julianday

A julian day number as integer

hebrew

If the hebrew parameter is set to TRUE, the fl parameter is used for Hebrew, string based, output format.

fl

The available formats are: CAL_JEWISH_ADD_ALAFIM_GERESH, CAL_JEWISH_ADD_ALAFIM, CAL_JEWISH_ADD_GERESHAYIM.

返回值

The jewish date as a string in the form "month/day/year"

更新日志

版本 说明
5.0.0 The hebrew and fl parameters were added

范例

Example #1 jdtojewish() Example

<?php
echo jdtojewish(gregoriantojd(1082002), true,
       
CAL_JEWISH_ADD_GERESHAYIM CAL_JEWISH_ADD_ALAFIM CAL_JEWISH_ADD_ALAFIM_GERESH); 
?>

参见


Calendar 函数
PHP 手册