juliantojd(): add caution about current calendar system being

gregorian, with a reference to gregoriantojd().


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78686 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2002-04-18 18:13:29 +00:00
parent b4eb462511
commit 2d3931eb41

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/calendar.xml, last change in rev 1.4 -->
<refentry id="function.juliantojd">
<refnamediv>
@ -27,6 +27,13 @@
year varied from one culture to another - not all accepted
January as the first month.
</para>
<caution>
<para>
Remember, the current calendar system being used worldwide is the
Gregorian calendar. <function>gregoriantojd</function> can be used to
convert such dates to their Julian Day count.
</para>
</caution>
</refsect1>
</refentry>