Date Time Php

$jd = cal_to_jd(CAL_FRENCH, 8, 13, 11);
$french = cal_from_jd($jd, CAL_FRENCH);
$gregorian = cal_from_jd($jd, CAL_GREGORIAN);
?>