File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
reference/calendar/functions Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 11
11
<methodsynopsis >
12
12
<type >int</type ><methodname >easter_date</methodname >
13
13
<methodparam choice =" opt" ><type >int</type ><parameter >year</parameter ><initializer >date("Y")</initializer ></methodparam >
14
+ <methodparam choice =" opt" ><type >int</type ><parameter >method</parameter ><initializer >CAL_EASTER_DEFAULT</initializer ></methodparam >
14
15
</methodsynopsis >
15
16
<para >
16
17
Returns the Unix timestamp corresponding to midnight on Easter of
53
54
</para >
54
55
</listitem >
55
56
</varlistentry >
57
+ <varlistentry >
58
+ <term ><parameter >method</parameter ></term >
59
+ <listitem >
60
+ <para >
61
+ Allows Easter dates to be calculated based on the Julian calendar when set
62
+ to <constant >CAL_EASTER_ALWAYS_JULIAN</constant >. See also <link
63
+ linkend =" calendar.constants" >calendar constants</link >.
64
+ </para >
65
+ </listitem >
66
+ </varlistentry >
56
67
</variablelist >
57
68
</para >
58
69
</refsect1 >
You can’t perform that action at this time.
0 commit comments