Hello,
I would like to use a custom field to show two date fields in the following format:
Feb1 – 20
I am using the following calculated value in the custom field:
<%{0:M}SDate%> – <%{0:dd}EDate%>
When I display the page, the date field has no formatting applied and is in the format mm/dd/yyyy – mm/dd/yyyy.
Am I applying the formatting correctly?