jdtogregorian

(PHP 4, PHP 5, PHP 7, PHP 8)

jdtogregorian将儒略日数转换为公历日期

说明

jdtogregorian(int $julian_day): string

将儒略日数转换为“月/日/年”格式,string 类型的公历日期。

参数

julian_day

int 类型的儒略日数

返回值

格式为 “月/日/年”,string 类型的公历日期

参见

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top