What I’m trying to do
I’m trying to format a date-based inline metadata field as the day of the week (ie. Monday, Tuesday etc) as a column in a Dataview.

At the moment I am just using
default(dodate, date(eow) + dur(1 d)).day as Day
Is there any way of doing this?