PHP 日期时间函数 cal_from_jd() PHP 日期函数 cal_days_in_month() PHP 日期时间函数 call_to_jd() PHP 日期时间函数 cal_from_jd() <?php $input = unixtojd(mktime(0, 0, 0, 8, 16, 2016)); print_r(cal_from_jd($input, CAL_GREGORIAN)); ?> PHP 日期函数 cal_days_in_month() PHP 日期时间函数 call_to_jd()