reference/calendar/functions/jdtogregorian.xml
789af834328bf5d492ed174a4fedb226ccaf4b27
...
...
@@ -2,14 +2,14 @@
2
2
<!-- $Revision$ -->
3
3
<refentry xml:id="function.jdtogregorian" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
-
<refname>JDToGregorian</refname>
5
+
<refname>jdtogregorian</refname>
6
6
<refpurpose>Converts Julian Day Count to Gregorian date</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>string</type><methodname>jdtogregorian</methodname>
12
-
<methodparam><type>int</type><parameter>julianday</parameter></methodparam>
12
+
<methodparam><type>int</type><parameter>julian_day</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Converts Julian Day Count to a string containing the Gregorian
...
...
@@ -22,7 +22,7 @@
22
22
<para>
23
23
<variablelist>
24
24
<varlistentry>
25
-
<term><parameter>julianday</parameter></term>
25
+
<term><parameter>julian_day</parameter></term>
26
26
<listitem>
27
27
<para>
28
28
A julian day number as integer
...
...
@@ -50,7 +50,6 @@
50
50
</para>
51
51
</refsect1>
52
52
</refentry>
53
-

54
53
<!-- Keep this comment at the end of the file
55
54
Local variables:
56
55
mode: sgml
57
56