add day number to short datetime view
This commit is contained in:
parent
1b1e50e033
commit
3236811375
@ -3,6 +3,6 @@ if [[ $BLOCK_INSTANCE =~ pm ]]; then
|
||||
SHORT_TEXT=$(date '+%-I:%M%p')
|
||||
else
|
||||
LONG_TEXT=$(date '+%A %-d.%-m.%Y W%V, %-H:%M:%S')
|
||||
SHORT_TEXT=$(date '+%-H:%M')
|
||||
SHORT_TEXT=$(date '+%-d %-H:%M')
|
||||
fi
|
||||
LOAD=false
|
||||
|
Reference in New Issue
Block a user