Fix on date format (copy #568 to DEV) (#600)

https://github.com/Blackymas/NSPanel_HA_Blueprint/pull/568
This commit is contained in:
Edward Firmo
2023-04-04 23:50:00 +02:00
committed by GitHub
parent a351eece0b
commit 601568b6f0

View File

@@ -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