From b975cf3ed4f772dda2faba743ddf6390a9c2a4fc Mon Sep 17 00:00:00 2001 From: Philipp Schaer Date: Mon, 27 Apr 2020 17:29:22 +0200 Subject: [PATCH] fixed typo in code block --- docs/gantt.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/gantt.md b/docs/gantt.md index a967b6711..f1add17e7 100755 --- a/docs/gantt.md +++ b/docs/gantt.md @@ -140,7 +140,7 @@ dateFormat YYYY-MM-DD The following formating options are supported: -```tsc +``` Input Example Description: YYYY 2014 4 digit year YY 14 2 digit year @@ -162,6 +162,7 @@ SS 0..99 Hundreds of a second SSS 0..999 Thousandths of a second Z ZZ +12:00 Offset from UTC as +-HH:mm, +-HHmm, or Z ``` + More info in: http://momentjs.com/docs/#/parsing/string-format/ ### Output date format on the axis