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