From: Thomas Kallevik Date: Wed, 24 Jul 2013 06:59:38 +0000 (+0200) Subject: Update nb.js X-Git-Tag: 2.2.0~39^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51d20bb0c3dbdf29cc82933afe31f58c3535858d;p=thirdparty%2Fmoment.git Update nb.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/nb.js b/lang/nb.js index a39f8f5a9..a7dcc1835 100644 --- a/lang/nb.js +++ b/lang/nb.js @@ -10,7 +10,7 @@ require('../moment').lang('nb', { weekdaysMin : "sø_ma_ti_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"