From: mechuwind Date: Tue, 30 Jul 2013 12:44:07 +0000 (+0200) Subject: Update nn.js X-Git-Tag: 2.2.0~31^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39693d28c12cd132c8588eb104a0e2b76a6ecc0d;p=thirdparty%2Fmoment.git Update nn.js 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. --- diff --git a/lang/nn.js b/lang/nn.js index b57a58f76..55b676381 100644 --- a/lang/nn.js +++ b/lang/nn.js @@ -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"