summaryrefslogtreecommitdiff
path: root/www/lib/moment/src/locale/da.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/src/locale/da.js')
-rw-r--r--www/lib/moment/src/locale/da.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lib/moment/src/locale/da.js b/www/lib/moment/src/locale/da.js
index 9ee01132..a98c4bcd 100644
--- a/www/lib/moment/src/locale/da.js
+++ b/www/lib/moment/src/locale/da.js
@@ -12,11 +12,11 @@ export default moment.defineLocale('da', {
weekdaysMin : 'sø_ma_ti_on_to_fr_lø'.split('_'),
longDateFormat : {
LT : 'HH:mm',
- LTS : 'LT:ss',
+ LTS : 'HH:mm:ss',
L : 'DD/MM/YYYY',
LL : 'D. MMMM YYYY',
- LLL : 'D. MMMM YYYY LT',
- LLLL : 'dddd [d.] D. MMMM YYYY LT'
+ LLL : 'D. MMMM YYYY HH:mm',
+ LLLL : 'dddd [d.] D. MMMM YYYY HH:mm'
},
calendar : {
sameDay : '[I dag kl.] LT',