From 2d3931eb4112354f86403125b94a22af48262002 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Thu, 18 Apr 2002 18:13:29 +0000 Subject: [PATCH] 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 --- reference/calendar/functions/juliantojd.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/reference/calendar/functions/juliantojd.xml b/reference/calendar/functions/juliantojd.xml index 3c818d7f39..d132c1c3cd 100644 --- a/reference/calendar/functions/juliantojd.xml +++ b/reference/calendar/functions/juliantojd.xml @@ -1,5 +1,5 @@ - + @@ -27,6 +27,13 @@ year varied from one culture to another - not all accepted January as the first month. + + + 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. + +