mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
b4eb462511
commit
2d3931eb41
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue