I have a date in the following format 2019-01-02T03:04:05
and I would like to convert and display it in the UI like this: 3rd of Jan 2019. I am not quite sure what format is called and how to convert them into the desired format like this: 3rd of Jan 2019
.
Does anybody know how to achieve this? I am using JavaScript and React for handling this logic.