From fce5326d50e6bbf20dd88f33dd8a16f723e1672f Mon Sep 17 00:00:00 2001 From: Teodora Ivanova Date: Fri, 9 Nov 2018 14:59:55 +0000 Subject: [PATCH] Fixed date formats (#648) --- .../src/webparts/shared/timeFormat.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/react-aggregated-calendar/src/webparts/shared/timeFormat.json b/samples/react-aggregated-calendar/src/webparts/shared/timeFormat.json index 5480c8ce9..60990c069 100644 --- a/samples/react-aggregated-calendar/src/webparts/shared/timeFormat.json +++ b/samples/react-aggregated-calendar/src/webparts/shared/timeFormat.json @@ -15,14 +15,14 @@ "text": "dddd, DD MMMM YYYY [at] hh:mm:ss A" }, { - "key": "MM/d/YYYY HH:mm:ss", - "text": "MM/d/YYYYY HH:mm:ss" + "key": "MM/DD/YYYY HH:mm:ss", + "text": "MM/DD/YYYYY HH:mm:ss" }, { - "key": "d/M/YYYY HH:mm:ss", - "text": "d/M/YYYYY HH:mm:ss" + "key": "D/M/YYYY HH:mm:ss", + "text": "D/M/YYYYY HH:mm:ss" }, { "key": "dddd, MMMM Do, YYYY, h:mm:ss", "text": "dddd, MMMM Do, YYYY, h:mm:ss" } -] +] \ No newline at end of file