From 8ca50f145df1efedfeb4bf38f95f302753e7ffbe Mon Sep 17 00:00:00 2001 From: Nusret Parlak Date: Mon, 27 Feb 2017 13:42:54 +0200 Subject: [PATCH] Day of week updated. Day of week updated. --- locale/ar-kw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/ar-kw.js b/locale/ar-kw.js index bbc5a7438..93c7dd54b 100644 --- a/locale/ar-kw.js +++ b/locale/ar-kw.js @@ -49,7 +49,7 @@ var arKw = moment.defineLocale('ar-kw', { yy : '%d سنوات' }, week : { - dow : 7, // Sunday is the first day of the week. + dow : 0, // Sunday is the first day of the week. doy : 12 // The week that contains Jan 1st is the first week of the year. } }); -- 2.47.2