Skip to main content

Hi

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

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' )

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!


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. This is exactly what I was looking for 🙂 


Reply