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