Upcoming database upgrades. to improve our reliability at 03:30 UTC on Feb. 25 / 7:30pm PT on Feb. 24. Some users may briefly experience slow load times or error messages. Learn more here
Apr 27, 2022 06:02 PM
Hi
Is it possible to show the day of the week along with the date in a field?
Solved! Go to Solution.
Apr 27, 2022 07:09 PM
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' )
Apr 27, 2022 07:09 PM
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' )
Apr 28, 2022 07:43 AM
Thank you very much!