In my app I am using the date format like 'Thurs 10th April'
. But I am getting the date format like 'Thurs 10 April'
.I don't know how to change the format for this.
For First of January- It should come like 'Jan 1st'
.
For Second of August -It should come like 'Aug 2nd
'.
For Third of April -It should come like 'April 3rd'
.
I want the date in this format. I am new to Xcode. Please can anyone help to solve this.