将儒略日计数转换为公历中的日期:
<?php
$d=unixtojd(mktime(0,0,0,6,20,2007));
print_r(cal_from_jd($d,CAL_GREGORIAN));
?>
运行示例 »
cal_from_jd() 函数将儒略日计数转换为指定日历的日期。
cal_from_jd(
jd,calendar);
Parameter | Description |
---|---|
jd | Required. Specifies a Julian Day as an integer |
calendar | Required. Specifies the calendar to convert to. Must be one of the following values:
|
返回值: | 返回一个包含日历信息的数组,例如:
|
---|---|
PHP 版本: | 4.1+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!