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