I am trying to add SuperScript in my date format .
Like am getting value from server "9/5/2019" and "9th May,2019 I have to convert this into "9th May,2019" , the th should be SuperScript.
for exp
const Newdate = "9-May-2019"
const NewDateDormat ="9th May,2019"
both date I have to display both (Newdate and NewDateDormat) in "9th May,2019" this format .Here th should be "SuperScript".