jimw Thu Apr 18 14:13:31 2002 EDT
Modified files:
/phpdoc/en/reference/calendar/functions juliantojd.xml
Log:
juliantojd(): add caution about current calendar system being
gregorian, with a reference to gregoriantojd().
Index: phpdoc/en/reference/calendar/functions/juliantojd.xml
diff -u phpdoc/en/reference/calendar/functions/juliantojd.xml:1.2
phpdoc/en/reference/calendar/functions/juliantojd.xml:1.3
--- phpdoc/en/reference/calendar/functions/juliantojd.xml:1.2 Wed Apr 17 02:36:39
2002
+++ phpdoc/en/reference/calendar/functions/juliantojd.xml Thu Apr 18 14:13:29
+2002
@@ -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>