xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>PHP gregoriantojd() 实例 - 自学教程(runoops.com)</title>
</head>
<body>
$jd = gregoriantojd(6, 20, 2007);
echo $jd . "<br>";
echo jdtogregorian($jd);
</body>
</html>