without any data and your day field being text I'm not at all clear what you are trying to achieve.
if you wanted to show a date field to include the day of the week you would use the format property or method. eg. for today you could use
format(date(),"dddd, dd mmmm yyyy") which will display Sunday, 18 September 2016