Using st,nd and th with date

What formula is for automatically adding st,nd and th for the date

Yes, just use $df(d)$$tc(ord, df(d))$ this will print the day number first (es "1") and then the ordinal suffix (es st)

How to make it superscript?