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