From 12f22554d8deb0ddc28879399f3a532b58ec919f Mon Sep 17 00:00:00 2001 From: Albin Medoc Date: Thu, 30 Mar 2023 11:06:29 +0200 Subject: [PATCH] fix: corrects date_format --- nspanel_blueprint.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index 13de5f3..4a3b266 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -129,8 +129,10 @@ The goal was to create a version that allows everyone to use the NSpanel fully l value: '%d.%m' - label: 'DD/MM (ex. 22/03)' value: '%d/%m' - - label: 'D/M (ex. 3/22)' + - label: 'M/D (ex. 3/22)' value: '%-m/%-d' + - label: 'D/M (ex. 22/3)' + value: '%-d/%-m' time_format: name: Time Format