I’m using the following date format:
D MMMM YYYY
To display today’s date: 5 October 2017
I can do the following to add the ordinal:
D\th MMMM YYYY
5th October 2017
But obviously this won’t work correctly for e.g. 1st October 2017
Is there a way?