Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local_date:
- value_template: ->
- {% set weekdays_dk = ["Søn", "Man", "Tirs", "Ons", "Tors", "Fre", "Lør"] %}
- {% set ts = as_timestamp(now()) %}
- {{ weekdays_dk[ts | timestamp_custom('%w') | int] }} {{ ts | timestamp_custom('%d.%m.%y') }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement