Hi
Is it possible to show the day of the week along with the date in a field?
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.