Format date as weekday

Hoping this is a layup - how do I format a date as a day of the week (Monday, Tuesday, etc.)?

None of 'day', d, ,dd, ddd, dddd are yielding results. I have a column in a table in MM/DD/YYYY format; I've created an additional column that is simply {{ currentRow.Date }} and would like for this to display the day of the week.

Thanks in advance!

I believe you're looking for E or EEEE!

Screen Shot 2022-03-29 at 6.01.33 PM

https://www.unicode.org/reports/tr35/tr35-dates.html#dfst-weekday

1 Like

That's it! Thank you!

1 Like