From 601568b6f048ce7a06047115b75b998865819930 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Tue, 4 Apr 2023 23:50:00 +0200 Subject: [PATCH] Fix on date format (copy #568 to DEV) (#600) https://github.com/Blackymas/NSPanel_HA_Blueprint/pull/568 --- nspanel_blueprint.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index 80b34f7..2340b1f 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -128,8 +128,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