当前位置: 首页 > 网络学院 > 服务端脚本教程 > PHP > JDToJewish() 函数
The JDToJewish() function converts a Julian day count to a Jewish calendar date.
JDToJewish()函数的作用是:将儒略日计数转为犹太历。
jdtojewish(jd,hebrew,fl) |
Parameter 参数 | Description 描述 |
---|---|
jd | Required. A number (a Julian day count) 必要参数。一个数字(儒略日计数) |
hebrew | Optional. True indicates Hebrew output format 可选参数。True表示以西莱伯历的格式输出 |
fl | Optional. Defines the Hebrew output format. The available formats are: 可选参数。指定西莱伯历的格式,可使用的变量如下:
|
<?php echo(jdtojewish(gregoriantojd(10,8,2002)) . "<br />"); echo(jdtojewish(gregoriantojd(10,8,2002),true)); ?> |
The output of the code above will be:
上述代码将输出下面的结果:
2/2/5763 á çùåï äúùñâ |