mirror of
https://github.com/fmtlib/fmt.git
synced 2025-04-15 20:42:27 +00:00
Fix chrono formatting syntax doc (#4235)
This commit is contained in:
parent
a6c45dfea8
commit
a169d7fa46
@ -706,12 +706,12 @@ The available padding modifiers (*padding_modifier*) are:
|
|||||||
|
|
||||||
| Type | Meaning |
|
| Type | Meaning |
|
||||||
|-------|-----------------------------------------|
|
|-------|-----------------------------------------|
|
||||||
| `'-'` | Pad a numeric result with spaces. |
|
| `'_'` | Pad a numeric result with spaces. |
|
||||||
| `'_'` | Do not pad a numeric result string. |
|
| `'-'` | Do not pad a numeric result string. |
|
||||||
| `'0'` | Pad a numeric result string with zeros. |
|
| `'0'` | Pad a numeric result string with zeros. |
|
||||||
|
|
||||||
These modifiers are only supported for the `'H'`, `'I'`, `'M'`, `'S'`, `'U'`,
|
These modifiers are only supported for the `'H'`, `'I'`, `'M'`, `'S'`, `'U'`,
|
||||||
`'V'`, `'W'`, `'m'`, `'j'`, `'Y'` presentation types.
|
`'V'`, `'W'`, `'m'`, `'j'`, `'d'`, `'Y'` presentation types.
|
||||||
|
|
||||||
## Range Format Specifications
|
## Range Format Specifications
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user