Web: Client: fix date format for ar-SA locale

This commit is contained in:
Aleksandr Lushkin 2023-11-14 15:30:43 +01:00
parent 23e2ee770c
commit 1b05c99d65

View File

@ -80,6 +80,10 @@ const Shell = ({ items = [], page = "home", ...rest }) => {
longDateFormat: {
LT: "h:mm a",
LTS: "h:mm:ss a",
L: "YYYY/MM/DD",
LL: "YYYY MMMM D",
LLL: "h:mm a YYYY MMMM D",
LLLL: "h:mm a YYYY MMMM D dddd",
},
});