summaryrefslogtreecommitdiff
path: root/www/lib/moment/src/locale/ar.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/src/locale/ar.js')
-rw-r--r--www/lib/moment/src/locale/ar.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lib/moment/src/locale/ar.js b/www/lib/moment/src/locale/ar.js
index 689bc8f6..e8555a08 100644
--- a/www/lib/moment/src/locale/ar.js
+++ b/www/lib/moment/src/locale/ar.js
@@ -72,8 +72,8 @@ export default moment.defineLocale('ar', {
LTS : 'HH:mm:ss',
L : 'D/\u200FM/\u200FYYYY',
LL : 'D MMMM YYYY',
- LLL : 'D MMMM YYYY LT',
- LLLL : 'dddd D MMMM YYYY LT'
+ LLL : 'D MMMM YYYY HH:mm',
+ LLLL : 'dddd D MMMM YYYY HH:mm'
},
meridiemParse: /ص|م/,
isPM : function (input) {