From 39693d28c12cd132c8588eb104a0e2b76a6ecc0d Mon Sep 17 00:00:00 2001 From: mechuwind Date: Tue, 30 Jul 2013 14:44:07 +0200 Subject: [PATCH] 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. --- lang/nn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2