ha-fusion icon indicating copy to clipboard operation
ha-fusion copied to clipboard

add year to sidebar

Open carsten-walther opened this issue 1 year ago • 1 comments
trafficstars

add possibility to show or hide year in sidebars date

carsten-walther avatar Jan 27 '24 23:01 carsten-walther

I use a template

<b>{% set maandnamen = { 'January': 'januari', 'February': 'februari', 'March': 'maart', 'April': 'april', 'May': 'mei', 'June': 'juni', 'July': 'juli', 'August': 'augustus', 'September': 'september', 'October': 'oktober', 'November': 'november', 'December': 'december' } %} {{ now().strftime('%-d ') ~ maandnamen[now().strftime('%B')] ~ now().strftime(' %Y') }}</b> - Week {{ now().strftime("%W") }}

larsoss avatar Jan 28 '24 17:01 larsoss