• You can use below expression:

    ="Today is: "& today &" Output: "& day(today)&" - "& WeekDayName(DatePart(DateInterval.Weekday,today),True,FirstDayOfWeek.System)

    And output will look like this

    Today is: 3/29/2013 Output: 29 - Fri