File: format.xml

package info (click to toggle)
php-doc 20250827~git.abe740d%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 71,968 kB
  • sloc: xml: 985,760; php: 25,504; javascript: 671; sh: 177; makefile: 37
file content (513 lines) | stat: -rw-r--r-- 18,970 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="datetime.format" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
 <refnamediv>
  <refname>DateTimeInterface::format</refname>
  <refname>DateTimeImmutable::format</refname>
  <refname>DateTime::format</refname>
  <refname>date_format</refname>
  <refpurpose>Returns date formatted according to given format</refpurpose>
 </refnamediv>

 <refsect1 role="description">
  &reftitle.description;
  <para>&style.oop;</para>
  <methodsynopsis role="DateTimeInterface">
   <modifier>public</modifier> <type>string</type><methodname>DateTimeInterface::format</methodname>
   <methodparam><type>string</type><parameter>format</parameter></methodparam>
  </methodsynopsis>
  <methodsynopsis role="DateTimeImmutable">
   <modifier>public</modifier> <type>string</type><methodname>DateTimeImmutable::format</methodname>
   <methodparam><type>string</type><parameter>format</parameter></methodparam>
  </methodsynopsis>
  <methodsynopsis role="DateTime">
   <modifier>public</modifier> <type>string</type><methodname>DateTime::format</methodname>
   <methodparam><type>string</type><parameter>format</parameter></methodparam>
  </methodsynopsis>
  <para>&style.procedural;</para>
  <methodsynopsis>
   <type>string</type><methodname>date_format</methodname>
   <methodparam><type>DateTimeInterface</type><parameter>object</parameter></methodparam>
   <methodparam><type>string</type><parameter>format</parameter></methodparam>
  </methodsynopsis>
  <para>
   Returns date formatted according to given format.
  </para>
 </refsect1>

 <refsect1 role="parameters">
  &reftitle.parameters;
  <variablelist>
   &date.datetime.description;
   <varlistentry>
    <term><parameter>format</parameter></term>
    <listitem>
     <para>
      The format of the outputted date <type>string</type>. See the formatting
      options below. There are also several
      <link linkend="datetimeinterface.constants.types">predefined date constants</link>
      that may be used instead, so for example <constant>DATE_RSS</constant>
      contains the format string <literal>'D, d M Y H:i:s'</literal>.
     </para>
     <para>
      <table>
       <title>The following characters are recognized in the
       <parameter>format</parameter> parameter string</title>
       <tgroup cols="3">
        <thead>
         <row>
          <entry><parameter>format</parameter> character</entry>
          <entry>Description</entry>
          <entry>Example returned values</entry>
         </row>
        </thead>
        <tbody>
         <row>
          <entry align="center"><emphasis>Day</emphasis></entry>
          <entry>---</entry>
          <entry>---</entry>
         </row>
         <row>
          <entry><literal>d</literal></entry>
          <entry>Day of the month, 2 digits with leading zeros</entry>
          <entry><literal>01</literal> to <literal>31</literal></entry>
         </row>
         <row>
          <entry><literal>D</literal></entry>
          <entry>A textual representation of a day, three letters</entry>
          <entry><literal>Mon</literal> through <literal>Sun</literal></entry>
         </row>
         <row>
          <entry><literal>j</literal></entry>
          <entry>Day of the month without leading zeros</entry>
          <entry><literal>1</literal> to <literal>31</literal></entry>
         </row>
         <row>
          <entry><literal>l</literal> (lowercase 'L')</entry>
          <entry>A full textual representation of the day of the week</entry>
          <entry><literal>Sunday</literal> through <literal>Saturday</literal></entry>
         </row>
         <row>
          <entry><literal>N</literal></entry>
          <entry>ISO 8601 numeric representation of the day of the week</entry>
          <entry><literal>1</literal> (for Monday) through <literal>7</literal> (for Sunday)</entry>
         </row>
         <row>
          <entry><literal>S</literal></entry>
          <entry>English ordinal suffix for the day of the month, 2 characters</entry>
          <entry>
           <literal>st</literal>, <literal>nd</literal>, <literal>rd</literal> or
           <literal>th</literal>.  Works well with <literal>j</literal>
          </entry>
         </row>
         <row>
          <entry><literal>w</literal></entry>
          <entry>Numeric representation of the day of the week</entry>
          <entry><literal>0</literal> (for Sunday) through <literal>6</literal> (for Saturday)</entry>
         </row>
         <row>
          <entry><literal>z</literal></entry>
          <entry>The day of the year (starting from 0)</entry>
          <entry><literal>0</literal> through <literal>365</literal></entry>
         </row>
         <row>
          <entry align="center"><emphasis>Week</emphasis></entry>
          <entry>---</entry>
          <entry>---</entry>
         </row>
         <row>
          <entry><literal>W</literal></entry>
          <entry>ISO 8601 week number of year, weeks starting on Monday</entry>
          <entry>Example: <literal>42</literal> (the 42nd week in the year)</entry>
         </row>
         <row>
          <entry align="center"><emphasis>Month</emphasis></entry>
          <entry>---</entry>
          <entry>---</entry>
         </row>
         <row>
          <entry><literal>F</literal></entry>
          <entry>A full textual representation of a month, such as January or March</entry>
          <entry><literal>January</literal> through <literal>December</literal></entry>
         </row>
         <row>
          <entry><literal>m</literal></entry>
          <entry>Numeric representation of a month, with leading zeros</entry>
          <entry><literal>01</literal> through <literal>12</literal></entry>
         </row>
         <row>
          <entry><literal>M</literal></entry>
          <entry>A short textual representation of a month, three letters</entry>
          <entry><literal>Jan</literal> through <literal>Dec</literal></entry>
         </row>
         <row>
          <entry><literal>n</literal></entry>
          <entry>Numeric representation of a month, without leading zeros</entry>
          <entry><literal>1</literal> through <literal>12</literal></entry>
         </row>
         <row>
          <entry><literal>t</literal></entry>
          <entry>Number of days in the given month</entry>
          <entry><literal>28</literal> through <literal>31</literal></entry>
         </row>
         <row>
          <entry align="center"><emphasis>Year</emphasis></entry>
          <entry>---</entry>
          <entry>---</entry>
         </row>
         <row>
          <entry><literal>L</literal></entry>
          <entry>Whether it's a leap year</entry>
          <entry><literal>1</literal> if it is a leap year, <literal>0</literal> otherwise.</entry>
         </row>
         <row>
          <entry><literal>o</literal></entry>
          <entry>ISO 8601 week-numbering year. This has the same value as
           <literal>Y</literal>, except that if the ISO week number
           (<literal>W</literal>) belongs to the previous or next year, that year
           is used instead.</entry>
          <entry>Examples: <literal>1999</literal> or <literal>2003</literal></entry>
         </row>
         <row>
          <entry><literal>X</literal></entry>
          <entry>An expanded full numeric representation of a year, at least 4 digits,
           with <literal>-</literal> for years BCE, and <literal>+</literal>
           for years CE.</entry>
          <entry>Examples: <literal>-0055</literal>, <literal>+0787</literal>,
           <literal>+1999</literal>, <literal>+10191</literal></entry>
         </row>
         <row>
          <entry><literal>x</literal></entry>
          <entry>An expanded full numeric representation if required, or a
           standard full numeral representation if possible (like
           <literal>Y</literal>). At least four digits. Years BCE are prefixed
           with a <literal>-</literal>. Years beyond (and including)
           <literal>10000</literal> are prefixed by a
           <literal>+</literal>.</entry>
          <entry>Examples: <literal>-0055</literal>, <literal>0787</literal>,
           <literal>1999</literal>, <literal>+10191</literal></entry>
         </row>
         <row>
          <entry><literal>Y</literal></entry>
          <entry>A full numeric representation of a year, at least 4 digits,
           with <literal>-</literal> for years BCE.</entry>
          <entry>Examples: <literal>-0055</literal>, <literal>0787</literal>,
           <literal>1999</literal>, <literal>2003</literal>,
           <literal>10191</literal></entry>
         </row>
         <row>
          <entry><literal>y</literal></entry>
          <entry>A two digit representation of a year</entry>
          <entry>Examples: <literal>99</literal> or <literal>03</literal></entry>
         </row>
         <row>
          <entry align="center"><emphasis>Time</emphasis></entry>
          <entry>---</entry>
          <entry>---</entry>
         </row>
         <row>
          <entry><literal>a</literal></entry>
          <entry>Lowercase Ante meridiem and Post meridiem</entry>
          <entry><literal>am</literal> or <literal>pm</literal></entry>
         </row>
         <row>
          <entry><literal>A</literal></entry>
          <entry>Uppercase Ante meridiem and Post meridiem</entry>
          <entry><literal>AM</literal> or <literal>PM</literal></entry>
         </row>
         <row>
          <entry><literal>B</literal></entry>
          <entry>Swatch Internet time</entry>
          <entry><literal>000</literal> through <literal>999</literal></entry>
         </row>
         <row>
          <entry><literal>g</literal></entry>
          <entry>12-hour format of an hour without leading zeros</entry>
          <entry><literal>1</literal> through <literal>12</literal></entry>
         </row>
         <row>
          <entry><literal>G</literal></entry>
          <entry>24-hour format of an hour without leading zeros</entry>
          <entry><literal>0</literal> through <literal>23</literal></entry>
         </row>
         <row>
          <entry><literal>h</literal></entry>
          <entry>12-hour format of an hour with leading zeros</entry>
          <entry><literal>01</literal> through <literal>12</literal></entry>
         </row>
         <row>
          <entry><literal>H</literal></entry>
          <entry>24-hour format of an hour with leading zeros</entry>
          <entry><literal>00</literal> through <literal>23</literal></entry>
         </row>
         <row>
          <entry><literal>i</literal></entry>
          <entry>Minutes with leading zeros</entry>
          <entry><literal>00</literal> to <literal>59</literal></entry>
         </row>
         <row>
          <entry><literal>s</literal></entry>
          <entry>Seconds with leading zeros</entry>
          <entry><literal>00</literal> through <literal>59</literal></entry>
         </row>
         <row>
          <entry><literal>u</literal></entry>
          <entry>
           Microseconds. Note that
           <function>date</function> will always generate
           <literal>000000</literal> since it takes an <type>int</type>
           parameter, whereas <methodname>DateTimeInterface::format</methodname> does
           support microseconds if an object of type
           <interfacename>DateTimeInterface</interfacename> was created with microseconds.
          </entry>
          <entry>Example: <literal>654321</literal></entry>
         </row>
         <row>
          <entry><literal>v</literal></entry>
          <entry>
           Milliseconds. Same note applies as for
           <literal>u</literal>.
          </entry>
          <entry>Example: <literal>654</literal></entry>
         </row>
         <row>
          <entry align="center"><emphasis>Timezone</emphasis></entry>
          <entry>---</entry>
          <entry>---</entry>
         </row>
         <row>
          <entry><literal>e</literal></entry>
          <entry>Timezone identifier</entry>
          <entry>Examples: <literal>UTC</literal>, <literal>GMT</literal>, <literal>Atlantic/Azores</literal></entry>
         </row>
         <row>
          <entry><literal>I</literal> (capital i)</entry>
          <entry>Whether or not the date is in daylight saving time</entry>
          <entry><literal>1</literal> if Daylight Saving Time, <literal>0</literal> otherwise.</entry>
         </row>
         <row>
          <entry><literal>O</literal></entry>
          <entry>Difference to Greenwich time (GMT) without colon between hours and minutes</entry>
          <entry>Example: <literal>+0200</literal></entry>
         </row>
         <row>
          <entry><literal>P</literal></entry>
          <entry>Difference to Greenwich time (GMT) with colon between hours and minutes</entry>
          <entry>Example: <literal>+02:00</literal></entry>
         </row>
         <row>
          <entry><literal>p</literal></entry>
          <entry>
           The same as <literal>P</literal>, but returns <literal>Z</literal> instead of <literal>+00:00</literal>
           (available as of PHP 8.0.0)
          </entry>
          <entry>Examples: <literal>Z</literal> or <literal>+02:00</literal></entry>
         </row>
         <row>
          <entry><literal>T</literal></entry>
          <entry>Timezone abbreviation, if known; otherwise the GMT offset.</entry>
          <entry>Examples: <literal>EST</literal>, <literal>MDT</literal>, <literal>+05</literal></entry>
         </row>
         <row>
          <entry><literal>Z</literal></entry>
          <entry>Timezone offset in seconds. The offset for timezones west of UTC is always
          negative, and for those east of UTC is always positive.</entry>
          <entry><literal>-43200</literal> through <literal>50400</literal></entry>
         </row>
         <row>
          <entry align="center"><emphasis>Full Date/Time</emphasis></entry>
          <entry>---</entry>
          <entry>---</entry>
         </row>
         <row>
          <entry><literal>c</literal></entry>
          <entry>ISO 8601 date</entry>
          <entry>2004-02-12T15:19:21+00:00</entry>
         </row>
         <row>
          <entry><literal>r</literal></entry>
          <entry><link xlink:href="&url.rfc;2822">RFC 2822</link>/<link xlink:href="&url.rfc;5322">RFC 5322</link> formatted date</entry>
          <entry>Example: <literal>Thu, 21 Dec 2000 16:01:07 +0200</literal></entry>
         </row>
         <row>
          <entry><literal>U</literal></entry>
          <entry>Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)</entry>
          <entry>See also <function>time</function></entry>
         </row>
        </tbody>
       </tgroup>
      </table>
     </para>
     <para>
      Unrecognized characters in the format string will be printed
      as-is.  The <literal>Z</literal> format will always return
      <literal>0</literal> when using <function>gmdate</function>.
     </para>
     <note>
      <para>
       Since this function only accepts <type>int</type> timestamps the
       <literal>u</literal> format character is only useful when using the
       <function>date_format</function> function with user based timestamps
       created with <function>date_create</function>.
      </para>
     </note>
    </listitem>
   </varlistentry>
  </variablelist>
 </refsect1>

 <refsect1 role="returnvalues">
  &reftitle.returnvalues;
  <para>
   Returns the formatted date string on success.
  </para>
 </refsect1>

 <refsect1 role="changelog">
  &reftitle.changelog;
  <informaltable>
   <tgroup cols="2">
    <thead>
     <row>
      <entry>&Version;</entry>
      <entry>&Description;</entry>
     </row>
    </thead>
    <tbody>
     <row>
      <entry>8.2.0</entry>
      <entry>
       The format characters <literal>X</literal> and <literal>x</literal>
       have been added.
      </entry>
     </row>
     <row>
      <entry>8.0.0</entry>
      <entry>
       The format character <literal>p</literal> has been added.
      </entry>
     </row>
    </tbody>
   </tgroup>
  </informaltable>
 </refsect1>

 <refsect1 role="examples">
  &reftitle.examples;
  <para>
   <example>
    <title><function>DateTimeInterface::format</function> example</title>
    <para>&style.oop;</para>
    <programlisting role="php">
<![CDATA[
<?php
$date = new DateTimeImmutable('2000-01-01');
echo $date->format('Y-m-d H:i:s');
?>
]]>
    </programlisting>
    <para>&style.procedural;</para>
    <programlisting role="php">
<![CDATA[
<?php
$date = date_create('2000-01-01');
echo date_format($date, 'Y-m-d H:i:s');
?>
]]>
    </programlisting>
    &example.outputs;
    <screen>
<![CDATA[
2000-01-01 00:00:00
]]>
    </screen>
   </example>
  </para>

  <para>
   <example>
    <title>More examples</title>
    <programlisting role="php">
<![CDATA[
<?php
// set the default timezone to use.
date_default_timezone_set('UTC');

// now
$date = new DateTimeImmutable();

// Prints something like: Wednesday
echo $date->format('l'), "\n";

// Prints something like: Wednesday 19th of October 2022 08:40:48 AM
echo $date->format('l jS \o\f F Y h:i:s A'), "\n";

/* use the constants in the format parameter */
// prints something like: Wed, 19 Oct 2022 08:40:48 +0000
echo $date->format(DateTimeInterface::RFC2822), "\n";
?>
]]>
    </programlisting>
   </example>
  </para>
  <para>
   You can prevent a recognized character in the format string from being
   expanded by escaping it with a preceding backslash. If the character with
   a backslash is already a special sequence, you may need to also escape
   the backslash.
   <example>
    <title>Escaping characters while formatting</title>
    <programlisting role="php">
<![CDATA[
<?php
$date = new DateTimeImmutable();

// prints something like: Wednesday the 19th
echo $date->format('l \t\h\e jS');
?>
]]>
    </programlisting>
   </example>
  </para>
  <para>
   To format dates in other languages,
   <methodname>IntlDateFormatter::format</methodname>
   can be used instead of <methodname>DateTimeInterface::format</methodname>.
  </para>
 </refsect1>

 <refsect1 role="notes">
  &reftitle.notes;
  <para>
   This method does not use locales. All output is in English.
  </para>
 </refsect1>

 <refsect1 role="seealso">
  &reftitle.seealso;
  <simplelist>
   <member><methodname>IntlDateFormatter::format</methodname></member>
  </simplelist>
 </refsect1>

</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->