Add time format 24h without leading zero

To be consistent with the new date format added on v3.2.3.
This commit is contained in:
Edward Firmo
2023-04-06 09:41:58 +02:00
committed by GitHub
parent c931e551c8
commit cee264d769

View File

@@ -142,10 +142,12 @@ The goal was to create a version that allows everyone to use the NSpanel fully l
multiple: false
#mode: dropdown
options:
- label: 'HH:MM (ex. 13:30)'
- label: 'HH:MM (ex. 08:30 and 20:30)'
value: '%H:%M'
- label: 'H:MM AM/PM (ex. 1:30PM)'
- label: 'H:MM AM/PM (ex. 8:30AM and 8:30PM)'
value: '%-I:%M'
- label: 'H:MM 24H (ex. 8:30 and 20:30)'
value: '%-H:%M'
delay:
name: Delay to avoid synchronization problem