From b9515cde1f66464ba40408ce0c5949a2cbfd50e9 Mon Sep 17 00:00:00 2001 From: jfrancais Date: Mon, 3 Apr 2023 11:11:43 -0600 Subject: [PATCH] added %B %-d (ex. January 1) date format --- nspanel_blueprint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index 13de5f318..5c3ecebe2 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -131,6 +131,9 @@ The goal was to create a version that allows everyone to use the NSpanel fully l value: '%d/%m' - label: 'D/M (ex. 3/22)' value: '%-m/%-d' + - label: '%B %-d (ex. January 1)' + value: '%B %-d' + time_format: name: Time Format