shorten chat datetime

This commit is contained in:
DJ2LS 2023-02-23 11:48:19 +01:00
parent 20cd65a557
commit 6fdfbaeae0

View file

@ -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", {