summaryrefslogtreecommitdiff
path: root/www/lib/moment/locale/da.js
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-09-17 12:32:47 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-09-17 12:32:47 -0400
commit7c385a7877aa4b0163dda6206f656846db2cf039 (patch)
tree0dd09ef3261f0eca43cda22d27ab3a431ad1cd2f /www/lib/moment/locale/da.js
parenta0b74399c4f1a7754029e1fd7f4be3b20836404a (diff)
iOS9 fixes (which includes ionic updates to 1.1.0)
Diffstat (limited to 'www/lib/moment/locale/da.js')
-rw-r--r--www/lib/moment/locale/da.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lib/moment/locale/da.js b/www/lib/moment/locale/da.js
index 2b8afaa6..2aff2bbb 100644
--- a/www/lib/moment/locale/da.js
+++ b/www/lib/moment/locale/da.js
@@ -17,11 +17,11 @@
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',
@@ -56,4 +56,4 @@
return da;
-}));
+})); \ No newline at end of file