Hi.
I have a datetime field which has date in the format of 31/07/2021 00:00:00
I am trying to convert it to a string which has format of '31JUL2021' . The string should contain the single quotes and using the above format.
I have tried the dd/MMM/YYYY format, but do not need the / in it. Is there any other option to convert it?
Thanks