From a75434a347eb2fb31ff7a5fce4d3cba301c5eeb0 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 29 Oct 2018 09:18:55 +0000 Subject: [PATCH] Docs: fix date format example --- editions/tw5.com/tiddlers/features/DateFormat.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/features/DateFormat.tid b/editions/tw5.com/tiddlers/features/DateFormat.tid index 9ce3ca9e0..4d138e576 100644 --- a/editions/tw5.com/tiddlers/features/DateFormat.tid +++ b/editions/tw5.com/tiddlers/features/DateFormat.tid @@ -45,4 +45,4 @@ Note that other text is passed through unchanged, allowing commas, colons or oth |!Template |!Output | |`DDth MMM YYYY` |16th February 2011 | |`DDth MMM \M\M\M YYYY` |16th February MMM 2011 | -|`DDth mmm hh:mm:ss` |16th Feb 2011 11:38:42 | +|`DDth mmm YYYY 0hh:0mm:0ss` |16th Feb 2011 11:38:42 |