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