Example #1
0
/**
 * @param integer $julian_day
 * @param boolean $hebrew
 * @param integer $flags
 *
 * @return string|boolean
 */
function jdtojewish($julian_day, $hebrew = false, $flags = 0)
{
    return Shim::jdtojewish($julian_day, $hebrew, $flags);
}
Example #2
0
function jdtojewish($juliandaycount, $hebrew = false, $fl = 0)
{
    return Shim::jdtojewish($juliandaycount, $hebrew, $fl);
}