PHP中的JDToGregorian()函数
该JDToGregorian()
函数将儒略日计数转换为公历日期。
语法
jdtogregorian(julian_day);
参数
julian_day-朱利安天数
返回
该JDToGregorian()
函数以“月/日/年”的格式返回公历日期。
示例
以下是一个例子-
<?php $res = gregoriantojd(11,11,18); echo $res . "<br>"; echo jdtogregorian($res); ?>
输出结果
1727949 11/11/18