Result Size:
625 x 571
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
$d=cal_to_jd(CAL_GREGORIAN,
6
,
20
,
2007
);
echo
$d;
?>
<
/body
>
<
/html
>