mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 23:09:49 +02:00
Update packages/mermaid/src/docs/syntax/gantt.md
Co-authored-by: Alois Klink <alois@aloisklink.com>
This commit is contained in:
@@ -110,29 +110,27 @@ dateFormat YYYY-MM-DD
|
|||||||
|
|
||||||
The following formatting options are supported:
|
The following formatting options are supported:
|
||||||
|
|
||||||
```markdown
|
| Input | Example | Description |
|
||||||
Input Example Description:
|
| ---------- | -------------- | ------------------------------------------------------ |
|
||||||
|
| `YYYY` | 2014 | 4 digit year |
|
||||||
YYYY 2014 4 digit year
|
| `YY` | 14 | 2 digit year |
|
||||||
YY 14 2 digit year
|
| `Q` | 1..4 | Quarter of year. Sets month to first month in quarter. |
|
||||||
Q 1..4 Quarter of year. Sets month to first month in quarter.
|
| `M MM` | 1..12 | Month number |
|
||||||
M MM 1..12 Month number
|
| `MMM MMMM` | January..Dec | Month name in locale set by `moment.locale()` |
|
||||||
MMM MMMM January..Dec Month name in locale set by moment.locale()
|
| `D DD` | 1..31 | Day of month |
|
||||||
D DD 1..31 Day of month
|
| `Do` | 1st..31st | Day of month with ordinal |
|
||||||
Do 1st..31st Day of month with ordinal
|
| `DDD DDDD` | 1..365 | Day of year |
|
||||||
DDD DDDD 1..365 Day of year
|
| `X` | 1410715640.579 | Unix timestamp |
|
||||||
X 1410715640.579 Unix timestamp
|
| `x` | 1410715640579 | Unix ms timestamp |
|
||||||
x 1410715640579 Unix ms timestamp
|
| `H HH` | 0..23 | 24 hour time |
|
||||||
H HH 0..23 24 hour time
|
| `h hh` | 1..12 | 12 hour time used with `a A`. |
|
||||||
h hh 1..12 12 hour time used with a A.
|
| `a A` | am pm | Post or ante meridiem |
|
||||||
a A am pm Post or ante meridiem
|
| `m mm` | 0..59 | Minutes |
|
||||||
m mm 0..59 Minutes
|
| `s ss` | 0..59 | Seconds |
|
||||||
s ss 0..59 Seconds
|
| `S` | 0..9 | Tenths of a second |
|
||||||
S 0..9 Tenths of a second
|
| `SS` | 0..99 | Hundreds of a second |
|
||||||
SS 0..99 Hundreds of a second
|
| `SSS` | 0..999 | Thousandths of a second |
|
||||||
SSS 0..999 Thousandths of a second
|
| `Z ZZ` | +12:00 | Offset from UTC as +-HH:mm, +-HHmm, or Z |
|
||||||
Z ZZ +12:00 Offset from UTC as +-HH:mm, +-HHmm, or Z
|
|
||||||
```
|
|
||||||
|
|
||||||
More info in: https://momentjs.com/docs/#/parsing/string-format/
|
More info in: https://momentjs.com/docs/#/parsing/string-format/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user