How to use JewishToJD in PHP Calendar

In this article I am going to explain about JewishToJD function in PHP.
  • 1643

PHP Calendar JewishToJD() Function

The calendar JewishToJD function converts a date in the Jewish calendar day count.

Syntax of JewishToJD function

jewishtojd(month, day, year)

Parameters in JewishToJD  function

It have three parameter and all parameters is required:

Parameter Description
month It specifies the month.
day It specifies the day.
year It specifies the year.

Example of Calendar JewishToJD function

<html>

<body>

 

<?php

echo(jewishtojd(8,21,2012));

?>

 

</body>

</html>

 

Output:

JewishToJD function.jpg

You may also want to read these related articles :
here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.