From 6fdfbaeae052896d10cf7462db2db078d5956898 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Thu, 23 Feb 2023 11:48:19 +0100 Subject: [PATCH] shorten chat datetime --- gui/preload-chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/preload-chat.js b/gui/preload-chat.js index bffdc644..e1a32b89 100644 --- a/gui/preload-chat.js +++ b/gui/preload-chat.js @@ -13,7 +13,7 @@ const config = require(configPath); // set date format const dateFormat = new Intl.DateTimeFormat("en-GB", { timeStyle: "long", - dateStyle: "full", + dateStyle: "short", }); // set date format information const dateFormatShort = new Intl.DateTimeFormat("en-GB", {