I want to display the week number and the day with the date plugin in Template-toolkit. The output for today would be something like:
36 Monday
I got the week number with the following code:
[% USE date(format = '%W' ) %]
[% date.format %]
Still trying to figure out how to get the weekday.