|
68 | 68 | <term><parameter>dateType</parameter></term>
|
69 | 69 | <listitem>
|
70 | 70 | <para>
|
71 |
| - Date type to use (<constant>none</constant>, <constant>short</constant>, |
72 |
| - <constant>medium</constant>, <constant>long</constant>, |
73 |
| - <constant>full</constant>). This is one of the <link |
| 71 | + Format of the date determined by one of the <link |
74 | 72 | linkend="intl.intldateformatter-constants">IntlDateFormatter
|
75 |
| - constants</link>. |
| 73 | + constants</link>. The default value is |
| 74 | + <constant>IntlDateFormatter::FULL</constant>. |
76 | 75 | </para>
|
77 | 76 | </listitem>
|
78 | 77 | </varlistentry>
|
79 | 78 | <varlistentry>
|
80 | 79 | <term><parameter>timeType</parameter></term>
|
81 | 80 | <listitem>
|
82 | 81 | <para>
|
83 |
| - Time type to use (<constant>none</constant>, <constant>short</constant>, |
84 |
| - <constant>medium</constant>, <constant>long</constant>, |
85 |
| - <constant>full</constant>). This is one of the <link |
| 82 | + Format of the time determined by one of the <link |
86 | 83 | linkend="intl.intldateformatter-constants">IntlDateFormatter
|
87 |
| - constants</link>. |
| 84 | + constants</link>. The default value is |
| 85 | + <constant>IntlDateFormatter::FULL</constant>. |
88 | 86 | </para>
|
89 | 87 | </listitem>
|
90 | 88 | </varlistentry>
|
|
159 | 157 | </thead>
|
160 | 158 | <tbody>
|
161 | 159 | <row>
|
162 |
| - <entry>5.5.0/PECL 3.0.0</entry> |
| 160 | + <entry>8.1.0</entry> |
163 | 161 | <entry>
|
164 | 162 | <para>
|
165 |
| - An <classname>IntlCalendar</classname> object is allowed for |
166 |
| - <parameter>calendar</parameter>. |
167 |
| - </para> |
168 |
| - <para> |
169 |
| - Objects of type <classname>IntlTimeZone</classname> and |
170 |
| - <classname>DateTimeZone</classname> are allowed for |
171 |
| - <parameter>timezone</parameter>. |
172 |
| - </para> |
173 |
| - <para> |
174 |
| - Invalid timezone identifiers (including empty strings) are no longer |
175 |
| - allowed for <parameter>timezone</parameter>. |
176 |
| - </para> |
177 |
| - <para> |
178 |
| - If &null; is given for <parameter>timezone</parameter>, the timezone |
179 |
| - identifier given by <function>date_default_timezone_get</function> will |
180 |
| - be used instead of ICUʼs default. |
| 163 | + Parameters <parameter>dateType</parameter> and |
| 164 | + <parameter>timeType</parameter> are now optional. |
181 | 165 | </para>
|
182 | 166 | </entry>
|
183 | 167 | </row>
|
|
0 commit comments