예제 #1
0
파일: shims.php 프로젝트: Roeljj/webtrees
/**
 * @param integer $julian_day
 *
 * @return string
 */
function JDToGregorian($julian_day)
{
    return Shim::JDToGregorian($julian_day);
}