File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10348,11 +10348,11 @@
10348
10348
Each flag begins with a \tcode {\% }.
10349
10349
Some flags can be modified by \tcode {E} or \tcode {O}.
10350
10350
During parsing each flag interprets characters as parts of date and time types
10351
- according to the table below .
10351
+ according to~ \tref { time.parse.spec } .
10352
10352
Some flags can be modified by a width parameter
10353
10353
given as a positive decimal integer called out as \tcode {\placeholder {N}} below
10354
10354
which governs how many characters are parsed from the stream in interpreting the flag.
10355
- All characters in the format string that are not represented in the table below ,
10355
+ All characters in the format string that are not represented in~ \tref { time.parse.spec } ,
10356
10356
except for white space, are parsed unchanged from the stream.
10357
10357
A white space character matches zero or more white space characters in the input stream.
10358
10358
@@ -10563,11 +10563,11 @@
10563
10563
\\ \rowsep
10564
10564
\tcode {\% x} &
10565
10565
The locale's date representation.
10566
- The modified command \tcode {\% Ex} produces the locale's alternate date representation.
10566
+ The modified command \tcode {\% Ex} interprets the locale's alternate date representation.
10567
10567
\\ \rowsep
10568
10568
\tcode {\% X} &
10569
10569
The locale's time representation.
10570
- The modified command \tcode {\% EX} produces the locale's alternate time representation.
10570
+ The modified command \tcode {\% EX} interprets the locale's alternate time representation.
10571
10571
\\ \rowsep
10572
10572
\tcode {\% y} &
10573
10573
The last two decimal digits of the year.
You can’t perform that action at this time.
0 commit comments