mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-21 18:20:04 +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 |
|
||||
|-------|-----------------------------------------|
|
||||
| `'-'` | Pad a numeric result with spaces. |
|
||||
| `'_'` | Do not pad a numeric result string. |
|
||||
| `'_'` | Pad a numeric result with spaces. |
|
||||
| `'-'` | Do not pad a numeric result string. |
|
||||
| `'0'` | Pad a numeric result string with zeros. |
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user