JulianToJD --
Converts a Julian Calendar date to Julian Day Count
Syntax
int juliantojd ( int month, int day, int year )
Valid Range for Julian Calendar 4713 B.C. to 9999 A.D.
Although this function can handle dates all the way back to 4713
B.C., such use may not be meaningful. The calendar was created in
46 B.C., but the details did not stabilize until at least 8 A.D.,
and perhaps as late at the 4th century. Also, the beginning of a
year varied from one culture to another - not all accepted
January as the first month.
Caution
Remember, the current calendar system being used worldwide is the
Gregorian calendar. gregoriantojd() can be used to
convert such dates to their Julian Day count.
Php juliantojd Function syntax tag
juliantojd php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php juliantojd syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.