reference/calendar/functions/jddayofweek.xml
789af834328bf5d492ed174a4fedb226ccaf4b27
...
...
@@ -9,9 +9,9 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>mixed</type><methodname>jddayofweek</methodname>
13
-
<methodparam><type>int</type><parameter>julianday</parameter></methodparam>
14
-
<methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer>CAL_DOW_DAYNO</initializer></methodparam>
12
+
<type class="union"><type>int</type><type>string</type></type><methodname>jddayofweek</methodname>
13
+
<methodparam><type>int</type><parameter>julian_day</parameter></methodparam>
14
+
<methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>CAL_DOW_DAYNO</constant></initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Returns the day of the week. Can return a string or an integer
...
...
@@ -24,7 +24,7 @@
24
24
<para>
25
25
<variablelist>
26
26
<varlistentry>
27
-
<term><parameter>julianday</parameter></term>
27
+
<term><parameter>julian_day</parameter></term>
28
28
<listitem>
29
29
<para>
30
30
A julian day number as integer
...
...
@@ -80,7 +80,6 @@
80
80
</para>
81
81
</refsect1>
82
82
</refentry>
83
-

84
83
<!-- Keep this comment at the end of the file
85
84
Local variables:
86
85
mode: sgml
87
86