Modify alternative date display to include week
Shows week number in parantheses when clicking the date.
This commit is contained in:
parent
6440179749
commit
ff2efa19fd
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ date = %d/%m
|
|||
time = %H:%M
|
||||
; if `date-alt` or `time-alt` is defined, clicking
|
||||
; the module will toggle between formats
|
||||
date-alt = %A, %d %B %Y
|
||||
date-alt = %A, %d %B %Y (W %V)
|
||||
time-alt = %H:%M
|
||||
label = %date% %{T2} %{T-}%time%
|
||||
|
||||
|
|
Loading…
Reference in a new issue