]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
we use a dot after the day number in dateformats
authorThomas Carlsen <thomascarlsen86@gmail.com>
Tue, 28 Jan 2014 10:03:41 +0000 (11:03 +0100)
committerThomas Carlsen <thomascarlsen86@gmail.com>
Tue, 28 Jan 2014 10:03:41 +0000 (11:03 +0100)
lang/da.js

index 2fa8244c01554ca21784ad43a4de1437fb2bbd61..e96663bf7a9a3ce6885de862594d293e5a0bba25 100644 (file)
@@ -20,8 +20,8 @@
         longDateFormat : {
             LT : "HH:mm",
             L : "DD/MM/YYYY",
-            LL : "D MMMM YYYY",
-            LLL : "D MMMM YYYY LT",
+            LL : "D. MMMM YYYY",
+            LLL : "D. MMMM YYYY LT",
             LLLL : "dddd D. MMMM, YYYY LT"
         },
         calendar : {