Skip to main content
Solved

Return Day of the Week from Date Field

  • July 14, 2022
  • 5 replies
  • 947 views

Cody_Winchester
Forum|alt.badge.img+12

Hello,

I was curious if it’s possible for a formula to return the Day of the Week from Date Field? So, if my Date field reads, “9/27/2022,” is it possible for a formula to understand that this date is, “Tuesday?”

Thanks.

Best answer by kuovonne

You can also use


DATETIME_FORMAT({date}, 'dddd')

5 replies

TheTimeSavingCo
Forum|alt.badge.img+31

Edit: Sorry, skip this post and just use kuovonne’s solution below; it’s much better

Hey Cody, yeah, I’d recommend a combination of a WEEKDAY() and a SWITCH()

You can find the set up here


kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • Answer
  • July 14, 2022

You can also use


DATETIME_FORMAT({date}, 'dddd')


TheTimeSavingCo
Forum|alt.badge.img+31

You can also use


DATETIME_FORMAT({date}, 'dddd')


What! I didn’t know this was a thing; this is much simpler and I’m definitely using this in the future instead


Cody_Winchester
Forum|alt.badge.img+12
  • Author
  • Inspiring
  • 27 replies
  • July 14, 2022

You can also use


DATETIME_FORMAT({date}, 'dddd')


Glorious! Thanks so much!


Forum|alt.badge.img+5

You can also use


DATETIME_FORMAT({date}, 'dddd')


Hi   how can i show day of next week ?