Merge pull request #568 from albinmedoc/main

fix: corrects date_format
This commit is contained in:
Blackymas
2023-04-04 23:44:06 +02:00
committed by GitHub

View File

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