Convert 20th of June, 2007 (Gregorian calendar) to Julian Day Count:
<?php
$d=cal_to_jd(CAL_GREGORIAN,6,20,2007);
echo $d;
?>
Run Example »
The cal_to_jd() function converts a date in a specified calendar to Julian Day Count.
cal_to_jd(
calendar,month,day,year);
Parameter | Description |
---|---|
calendar | Required. Specifies the calendar to convert from. Must be one of the following values:
|
month | Required. Specifies the month as a number |
day | Required. Specifies the day as a number |
year | Required. Specifies the year as a number |
Return Value: | Returns a Julian Day number |
---|---|
PHP Version: | 4.1+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!