]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update nn.js
authormechuwind <martinjarrettno@gmail.com>
Tue, 30 Jul 2013 12:44:07 +0000 (14:44 +0200)
committermechuwind <martinjarrettno@gmail.com>
Tue, 30 Jul 2013 12:44:07 +0000 (14:44 +0200)
Change the long date format, so that it follows the most common Norwegian system for dates (DD.MM.YYYY). Ref. http://en.wikipedia.org/wiki/Date_and_time_notation_in_Norway.

lang/nn.js

index b57a58f7606b98b5a55e4c487216de5b04daf0cf..55b676381ea0e54d125f81aa03c5de55aa4ca775 100644 (file)
@@ -10,7 +10,7 @@ require('../moment').lang('nn', {
     weekdaysMin : "su_må_ty_on_to_fr_lø".split("_"),
     longDateFormat : {
         LT : "HH:mm",
-        L : "YYYY-MM-DD",
+        L : "DD.MM.YYYY",
         LL : "D MMMM YYYY",
         LLL : "D MMMM YYYY LT",
         LLLL : "dddd D MMMM YYYY LT"