Hi,
I am receiving date in the format like : 25SEP
I want to format it in this format : 25th September
Is there a way to do it ?
Discussion posts and replies are publicly visible
Convert the value you to date and pass it to text function like this
text(date(0,9,25),"ddd mmmm")