I tried to use the SimpleDateFormat
class to do this, But I did not find any options that put a 'st' after the day. I could only get '31 Dec, 2000'
How to format like "31st Dec, 2000" . I have the date in milliseconds.
Is there any API in java that lets us format a date this way?