My input value for a date is MM/DD/YYYY. When I apply formatting is there any way to get the suffix for the day. For example, if the value is 8/17/2018 and I want the result to be Friday August 17th is there anything I can use in apply formatting to get the "th" after 17. Currently I am using dddd MMMM dd in apply formatting and that gives me Friday August 17
Thanks!