From d7f59a3cc3c1c5bc0b5cfddd86d844ab3b25dd98 Mon Sep 17 00:00:00 2001 From: Matthew Walowski Date: Sun, 16 Oct 2022 09:05:49 -0700 Subject: [PATCH] Maybe fix date format --- frontend/src/utils/date.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/utils/date.js b/frontend/src/utils/date.js index 0e3ed399..980a68ea 100644 --- a/frontend/src/utils/date.js +++ b/frontend/src/utils/date.js @@ -13,7 +13,7 @@ export const formatDate = (date, language) => { if (!(typeof date === 'object' || date instanceof Object)) parsedDate = new Date(date); - let locale = 'ar-SA'; + let locale = 'ar-JO'; if (language === LANGUAGES.EN) locale = 'en-US'; const options = {