App下载

demo_func_cal_from_jd 在线工具

demo_func_cal_from_jd 在线工具

<?php
$d=unixtojd(mktime(0,0,0,6,20,2007));
print_r(cal_from_jd($d,CAL_GREGORIAN));
?>
运行结果