PHP: jewishtojd() function
Converts a date in the Jewish Calendar to Julian Day Count
The jewishtojd() function converts a Jewish calendar date to a Julian day count.
Note : Although this function can handle dates all the way back to the year 1 (3761 B.C.), such use may not be meaningful. The Jewish calendar has been in use for several thousand years, but in the early days, there was no formula to determine the start of a month. A new month was started when the new moon was first observed.
Version:
(PHP 4 and above)
Syntax:
jewishtojd(month, day, year)
Parameters:
Name | Description | Required / Optional |
Type |
---|---|---|---|
month | Specified month (from 1 to 13) from the Jewish calendar. | Required | Integer |
day | Specified day (from 1 to 30 ) from the Jewish calendar. | Required | Integer |
year | Specified year (between 1 and 9999 )from the Jewish calendar. | Required | Integer |
Return value:
The Julian day.
Value Type: Integer.
Example:
<?php
echo(jewishtojd(4, 5, 5863));
?>
Sample Output:
2489148View the example in the browser
See also
Previous: jdtounix
Next: JulianToJD
It will be nice if you may share this link in any developer community or anywhere else, from where other developers may find this content. Thanks.
https://w3resource.com/php/function-reference/JewishToJD.php
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics