Help

Date format with day of week

Topic Labels: Base design
Solved
Jump to Solution
499 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Russ_Keitel
6 - Interface Innovator
6 - Interface Innovator

Hi
Is it possible to show the day of the week along with the date in a field?

1 Solution

Accepted Solutions
kuovonne
18 - Pluto
18 - Pluto

Not in the date field itself, but you can create a formula field that shows the day of the week and display the formula field next to the original field.

DATETIME_FORMAT( {date}, 'dddd' )

See Solution in Thread

2 Replies 2
kuovonne
18 - Pluto
18 - Pluto

Not in the date field itself, but you can create a formula field that shows the day of the week and display the formula field next to the original field.

DATETIME_FORMAT( {date}, 'dddd' )

Thank you very much!