Hello,
I am trying to find a way to add formatting to a date field which will show the day as ordinal (1st, 2nd, 3rd, etc.). I found another thread where someone asked a similar question and this was part of the response:
"This isn't exactly what you are after as it wont give you the ordinal (st, nd, th). If you want that you have to write you own formatting (or use one of the JavaScript date libraries, like MomentJS)"
Nothing else was asked about it in the thread so I don't know if the OP ever got a solution for it. I know very little about JavaScript so would need an explanation if that is how to do it. Any help on how to solve for this would be greatly appreciated. Thanks