This article mainly describes how to use the jdtojewish()
function in PHP
to convert Julian Day
(## How to convert #Julian Day) days to
Jewish (
Jewish) dates.
jdtojewish() syntax
jdtojewish ( int $juliandaycount , bool $hebrew = false , int $fl = 0 )
Usage example:
<?php $jd=jdtojewish(1789430); echo $jd; ?>
7/14/3947
《2021 PHP interview questions summary (collection)》《php video tutorial》
The above is the detailed content of How to convert julian days to Jewish calendar dates in PHP. For more information, please follow other related articles on the PHP Chinese website!