Retrieving the Day of the Week for a Date on a Custom Record
To retrieve the day of the week for a date on a custom record, select Formula(Text) and enter the following formula:
TO_CHAR ({custrecordname_date}, 'DAY - DD Mon')
To retrieve the day of the week for a date on a custom record, select Formula(Text) and enter the following formula:
TO_CHAR ({custrecordname_date}, 'DAY - DD Mon')